JSON Web Tokens topic

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.

List JSON Web Tokens repositories

actixweb-sqlx-jwt

87
Stars
19
Forks
Watchers

A jwt template project of actix-web and sqlx

awesome-iam

1.6k
Stars
125
Forks
Watchers

👤 Identity and Access Management knowledge for cloud platforms

angular-forum

72
Stars
47
Forks
Watchers

Forum application built with Angular

jwt-me

10
Stars
7
Forks
Watchers

JWT authentication sample, implemented using Spring Boot

AdvancedBlog-CMS

5
Stars
3
Forks
Watchers

✌✌ Build an Advanced Blog/ CMS from Start to Finish using Laravel and vue js

psr-jwt

15
Stars
5
Forks
Watchers

A PSR-7 and PSR-15 compliant JSON Web Token Middleware Library.

djwt

209
Stars
21
Forks
Watchers

Create and verify JSON Web Tokens (JWT) with Deno or the browser.

zeta-backend

6
Stars
2
Forks
Watchers

The Machine Learning framework and backend for zeta.ml. Deployed using Docker and Kubernetees. The Official Project from Team Zeta for HACKMIT2020.

jwt_sessions

576
Stars
57
Forks
Watchers

XSS/CSRF safe JWT auth designed for SPA

go-react-jwt

6
Stars
0
Forks
Watchers

Golang with React Jwt.