Skip to content
#

jwt-auth

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 1,156 public repositories matching this topic...

This repository contains the backend code for a YouTube-like application. It provides the necessary APIs and services to handle user authentication, video uploads, comments, likes, and other functionalities. The backend is built using Node.js and Express, and it interacts with a database to store and retrieve data.

  • Updated Jul 5, 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
88 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