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

🍉🍌😋A canteen app built with Spring Boot & Spring Security for managing multiple canteens with food categories, cart system, and payments. Features user profiles, ratings, and secure payments via Razor Pay. Developed during college society probation period, showcasing my first step in journey.

  • Updated Jun 26, 2024
  • Java

many things i've got from this project. i know the way to use form-group , stripe elements (for payment section) , sesstion storage , ... in the frontend. Inthe backend i develop from old project (spring-boot-security-and-jwt-auth...) And integrated it. i can set up the roles who can access path. i also use jwt to keep the logged in. It's a nice.

  • Updated Jun 25, 2024
  • Java

This Spring Boot-based backend repository drives the Student Attendance System, offering robust APIs to manage user authentication, attendance data, and system interactions. With secure authentication, efficient data handling, and adherence to best practices, this repository forms the backbone of a reliable and scalable attendance tracking system.

  • Updated Jun 24, 2024
  • Java
BankingPortal-API

The banking portal API provides secure and efficient endpoints for managing user accounts, transactions, and fund transfers, offering essential banking functionalities with robust error handling and authentication.

  • Updated Jun 23, 2024
  • Java

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