
Where can I find the secret to verify a JWT token ?

Thinks that you can't via API, appwrite validate JWT on his own

If you can access MariaDB, you can access secret fields on session table, like
{
"data": "cI3VEjVgLn4X9fTZ9fqQtHuSLZkV6UrtEuxoA8AMS/8Q4LesSJistkag8fjYwtRXGhDnCUSgMj+SbkoyYJXq1g==",
"method": "aes-128-gcm",
"iv": "ddc5a356a6f7fcc67566db4c",
"tag": "17d14e16609d19c82d591413109ab076",
"version": "1"
}

Ok, thanks. What a pity this could have been very useful to mix several backend.

You can use SSR perhaps ? Core team maintain : https://remix.ssr.almostapps.eu/
Recommended threads
- Appwrite not opening in my browser.
https://synapseaudit.appwrite.network/ This is one of my project hosted in appwrite, but only I am the one facing this problem.
- How to increate mx upload filesize ?
Hi, I use self hosted appwrite and want to upload files bigger than 30 mB. how can i increase the max filesize? In my special case i want to import a csv file w...
- GitHub connection failed
I am running a self-hosted Appwrite with Coolify. Everything is running smoothly so far and I wanted to starte develop functions. Trying to connect github with ...
