
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
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
