Skip to content
#

jwt-authentication

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 2,190 public repositories matching this topic...

An e-commerce backend complementing the sb-ecom-frontend. It provides a sophisticated REST API allowing for the public and administrative (CRUD) management of products, product categories, images, shopping carts, users, billing / shipping information and placing orders via the stripe payment provider.

  • Updated Nov 10, 2025
  • Java

Tuneify is a full-stack Spotify-inspired music streaming application built using Spring Boot, Spring Framework, React.js, MongoDB, Tailwind CSS, JWT Authentication, and Cloudinary. It provides a modern and responsive music experience with secure authentication, seamless file storage, and a clean UI.

  • Updated Nov 8, 2025
  • Java

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

Released May 2015

Followers
106 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