When createEmailSession is used I see it creats multiple JWT Token , but I am not sure which one is stats that the user has logged in . So , can I use the createJWT and if yess can I name the token according to the name I like ?
I see that createJWT onyl creates it but does not set's it.
NeverMind find a library called Js-cookies does the job
But if there is a way to store some information in hte jwtToken and then verify it would be great.
The Appwrite JWT token is meant to allow another system to act on behalf of the user. It's not meant to store things. You can store things in user preferences or the database
For more info on Appwrite's cookies, see https://appwrite.io/docs/rest#client-auth
Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...