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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...