jokerniftyOriginal post
Web Developer
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
Summary
Title: [SOLVED] Obtaining JWT Token in Unity for Appwrite
Messages:
- In order to create a JWT token for your Unity login system with Appwrite, you need to be authenticated.
- The JWT token has a short lifespan.
- In version 1.5, Appwrite plans to add support for creating sessions using a server SDK, which could be a solution for you.
- However, if you need immediate assistance, you can write your own SDK to obtain the JWT token.
- Unfortunately, there is no specific solution mentioned in the thread.