Back to GlossaryGlossary

JWT (JSON Web Token)

A compact, URL-safe token format used for authentication and authorization. A JWT contains encoded claims (user ID, roles, expiration) signed with a secret key, so servers can verify identity without database lookups on every request. GenMB uses JWTs for deployed app access control and embed token verification.

Ready to Start Building?

Put these concepts into practice. Describe your app idea and let GenMB generate the code.

Try GenMB Free