ArkanyOriginal post
Rank 1: Thread
Where can I find the secret to verify a JWT token ?
Summary
The user is asking where they can find the secret to verify a JWT token. Another user suggests using SSR (Server-Side Rendering) and provides a link to the Remix SSR library. However, the user believes that it would have been useful to mix several backends. Another user suggests accessing secret fields on the session table in MariaDB by providing a JSON example. However, it is mentioned that you cannot access the secret via API as Appwrite validates JWT on its own.