
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
