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

This project is a full-stack YouTube clone built with the MERN stack (MongoDB, Express, React, Node.js). It includes features such as user authentication, video uploading, playback, commenting, and liking. The application is fully responsive, ensuring a seamless experience across both desktop and mobile devices.

  • Updated Jun 2, 2024
  • HTML

This is a full-fledged User Authentication app created using Express, TypeORM, Passport, Swagger, MySQL, and Node. This app will give you an overall concept of how authentication works.

  • Updated Jun 2, 2024
  • TypeScript

SudoHacks Project Made By TeamJS (Members : Sambhav Gandhi,Mayank Arora) for Sudohacks Hackathon Organized By GDSC Daviet Jalandhar and we won it .This is a full stack MERN Application based on Doctor's appointment where we can book doctor's appointment,check doctor's past records,choose among various doctors,give reviews etc.

  • Updated Jun 2, 2024
  • JavaScript

This is a C# Todo API using ASP.NET Core Web API. It supports user registration, login, and todo task management. The project includes Azure Bicep for infrastructure setup, and uses GitHub Actions for continuous integration and continuous deployment.

  • Updated Jun 1, 2024
  • C#

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