1) JWT as Access Token JWT can be used as an access token to prevent unwanted access to a protected resource . They’re often used as Bearer tokens, which the API will decode and validate before sending a response.21 Eki 2021
Read moreDo you really need JWT?
Conclusion. JWT is really powerful but has some security issues. Paseto is a better alternative to address these issues. But most of the time, you don’t need JWT , and your project will be simpler if you can resist to hype by refusing to use it.
Read more