I am new to Appwrite. I have set up Appwrite authentication in React Native and am successfully obtaining a JWT. I have AWS serverless functions. How can I verify the JWT token in my serverless function? Does Appwrite provide an SDK for JWT verification on custom backends?
TL;DR
Developers new to Appwrite integrating with React Native want to verify a JWT token in AWS serverless functions. They are seeking if Appwrite provides an SDK for JWT verification on custom backends.
Solution: Appwrite does not currently offer an SDK for JWT verification on custom backends. To accomplish this, developers will need to implement the JWT verification manually in their serverless functions using a JWT library available for the programming language they are using.