blueskyOriginal post
Rank 2: Process
Hello, I read the code of Appwrite to generate JWT using the HS256.
I need to generate JWT with RS256 so I have a public key to share, it's possible to make custom functions to generate JWT with those algorithm instead of change code and build to hosted my self?
Anyone have idea?
Summary
Developers want to create custom JWT RS256 with functions instead of changing the code of Appwrite. They are looking for a solution to generate JWT with RS256 using a public key.