
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
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
