Skip to content
#

jsonwebtoken

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

Here are 902 public repositories matching this topic...

Angular 16 JWT Authentication example - Token Based Authentication & Role Based Authorization example with HttpOnly Cookie and Rest API

  • Updated Jul 14, 2024
  • TypeScript

๐ŸŽ“ University Management ๐Ÿš‚ System designed ๐Ÿš‘ to simplify and ๐Ÿš streamline academic ๐Ÿ  role-based through ๐Ÿฐ a modern intuitive ๐Ÿ‹ interface Ideal students ๐Ÿ‘ faculty and administrative ๐Ÿ staff dashboards students ๐ŸŒฝ faculty and admin ๐Ÿ… with integration with ๐Ÿš‹ backend APIs real โ›ต time data display ๐Ÿš and management.๐ŸŽฎ

  • Updated Sep 12, 2025
  • TypeScript

Created by M. Jones, J. Bradley, N. Sakimura

Released May 2015

Followers
108 followers
Website
github.com/topics/jwt
Wikipedia
Wikipedia

Related topics

jwe jwk jwks jwkset jws jwt-bearer-tokens jwt-claims jwt-client jwt-server message-authentication-code