BeTOriginal post
Rank 1: Thread
How can I verify jwt with server sdk. In the backend I want to do something that usually is not allowed to the user
Summary
To verify JWT server-side with a server SDK:
- Use a server SDK
- Call `client.setJWT()`
- Call `account.get()` to perform the necessary actions in the backend that are not typically allowed to the user.