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 12,787 public repositories matching this topic...

personal book collection application built using the MERN stack (MongoDB, Express.js, React, and Node.js). It is intended for my study purposes and to gain hands-on experience with the MERN stack. The application allows users to manage their book collection by adding, editing, and viewing book details.

  • Updated Jul 2, 2024
  • JavaScript

EduQuizPortal is a comprehensive exam management system designed for educators and students. Educators can create and publish quizzes under various categories, with the option to generate and download question papers using ready-made templates.Students benefit from an intuitive dashboard where they can access and complete quizzes seamlessly.

  • Updated Jul 2, 2024
  • TypeScript

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

Released May 2015

Followers
87 followers
Website
www.rfc-editor.org/info/rfc7519
Wikipedia
Wikipedia

Related Topics

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