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

express-server-jwt

41
Stars
11
Forks
Watchers

A simple express server that handles JWT authentication

poc-jwt

26
Stars
12
Forks
Watchers

POC about usage of JSON Web Tokens (JWT) in a secure way.

JWT

57
Stars
8
Forks
Watchers

Kotlin JWT 🔑 implementation (Json Web Token) as required by APNs 🔔 (Apple Push Notifications) or Sign in with Apple 🍏

jwt-then

9
Stars
0
Forks
Watchers

jwt as promised

hanami-realworld-example-app

16
Stars
4
Forks
Watchers

Real world application built with hanami 🌸

haskell-yesod-realworld-example-app

161
Stars
26
Forks
Watchers

Exemplary real world application built with Haskell + Yesod

JBlog

5
Stars
0
Forks
Watchers

🏠 荆棘小栈

ThinkMoreForum-Backend

51
Stars
9
Forks
Watchers

ThinkMore Forum backend build with Spring Boot, JWT, Prometheus.

yii2-jwt

66
Stars
20
Forks
Watchers

JWT implementation for Yii2 Authorization process

jwt-auth-guard

322
Stars
41
Forks
Watchers

JWT Auth Guard for Laravel and Lumen Frameworks.