
Hi, I am creating a login system in unity where it connect with appwrite for account creation and sessions, but moving further, I need to create databases within the application to appwrite, for that I need JWT token while creating a document, How to get JWT Token from appwrite to use it in Unity

You need to be authenticated in order to create a JWT token. The JWT token also has a very short lifespan.
In 1.5, we're planning to add support for creating sessions using a server SDK so that might be a solution for you

Sorted it out, wrote my own SDK👍🏻

[SOLVED] Need to Obtain JWT Token
Recommended threads
- 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... 
- Query.contains not supported on Cloud?I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"... 
- 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... 
