Hello, is there a way to log in with jwt which i already have from another service? i found some documentation about jwt, but its always about creation from appwrite and its not entirely clear if we can use our token and also where to set params to verify the token against.
You can't create a session out of nothing at the moment so trying to do so would be hacky
Matrix synapse for example has it, is there a plan to do something like this in the future? (matrix synapse in background decodes the token and creates user and after that it matches it all the time)
You can 👍 this issue: https://github.com/appwrite/appwrite/issues/3891
done thanks! ill wait for the implementation
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...