JWT

Public Json Web Token secret

Chickatrice UwU is based of a custom framework called KISS. This utilises JWT (Json Web Tokens) for all its sessioning data. These are a standard (RFC 7519) way to encode JSON data as a secure token. Some components of Chickatrice UwU will pass back a JWT (for example Webhooks). It is important for these components that you are able to verify the validity of these tokens.

It is up to the implementor of API to ensure the web tokens are from us.
You can do this by using the Public Key listed below. All JWTs from this site are generated using a RSA keypair, and you can use this public key to decode it.

-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjAuojEGrtE3oDjTmfyNN
lCM31PZVDxE8X8lgzAIcPXXi4dBNmglTeYj6Gz/iyWpGuOCTEYRiF0hGrHy+tXP1
yGppTzEGaTvyRlLqK6dLminmLdUxjD+GYMyj5etoewaxTBZTBQJ8K6d+WmxERNCw
oLwsE/AhjPzmesKxxwHdYwZeOCzrvXGJ3pnZDuGLAy+jeO3PAqQ4dS3obP229gDP
++3TYK24n2otal2GaFKkaS6ANstUsDbkn4DbADWJpGMSzWIJSQus0TGTtX8P8k/P
VJHnVdez8qtg2urnzFJEJkEDHCAb0Ibut9arObTAqIw/I7po51WrTNLzeYNCfc8l
WQcLrMlu/pQ4yPTMBebADW3Jr6mJGiQ6vJmOudwTkOWI5g6VYbk8OZebzI9hJsQc
gTx3KKHXUI5+3jOp+hamY/wF/gzL6wTtJVZlQmW6DUmx+J+lY9NdawoA5jhmdo4z
82BpR6aUZzqXOXwLWsG2peZVGeie0xstQaHXMQv8RL18wMhVRKLVuSYtNQ/n8Qf7
kD5bEgyr/m82hnsch41JMCH5iVvUs6YXUWNsaiGEoYqfSacoEpCPQLhjL+Yn6P58
lg7LIuBBxC7sSspF+Y3E4PonDoujqqTHLvWSwpINuCRhfx1LAf741zpNxVPT//tK
9aMl6FB9KxVtnOw8BtEIRbkCAwEAAQ==
-----END PUBLIC KEY-----