Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-jwt
A curated list of awesome libraries and resources about JSON Web Token (JWT), a standard JSON structure, compact, URL-safe means of representing properties (claims) to be transferred between two parties.
https://github.com/cerberauth/awesome-jwt
Last synced: 6 days ago
JSON representation
-
JWT Libraries
-
C#
- jose-jwt - Minimallistic zero-dependency library for generating, decoding and encryption JSON Web Tokens.
-
Golang
- go-jose/go-jose - An implementation of JOSE standards (JWE, JWS, JWT) in Go forked from initially developed by Square.
- golang-jwt/jwt - A popular and actively maintained go implementation of JSON Web Tokens.
-
Java
- com.auth0:java-jwt - Java implementation of JSON Web Token (JWT) developed by Auth0.
-
JavaScript
- fast-jwt - JSON Web Token implementation used by Fastify official JWT plugin.
- jsonwebtoken - A JavaScript implementation of JSON Web Token maintained by Auth0.
-
PHP
- firebase/php-jwt - A simple library to encode and decode JSON Web Tokens (JWT) in PHP maintained by Firebase team.
- LexikJWTAuthenticationBundle - Symfony bundle to handle JWT authentication.
-
Ruby
- jwt - A Ruby implementation of the JSON Web Token (JWT) standard.
-
Python
- PyJWT - JSON Web Token implementation in Python.
-
-
Resources
-
Specifications
- JSON Web Token (JWT) - JWT specifications used for different tokens.
- JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens - JWT format and validation specifications in the context of OAuth 2.0.
- JSON Web Key (JWK) - JavaScript Object Notation (JSON) data structure that represents a cryptographic key.
- JSON Web Encryption (JWE) - Specifications for JWE which represents encrypted content using JSON-based data structures.
- JSON Web Signature (JWS) - Specifications for JWS which represents content secured with digital signatures.
-
Draft Specifications
- Selective Disclosure for JWTs (SD-JWT) - Specification for selective disclosure of JWT elements.
-
Websites
- jwt.io - Reference website crafted by Auth0 (Okta).
- IANA JSON Web Token Claims Registry - Registry listing all registered claims used in JWT.
-
Categories
Sub Categories
Keywords
jwt
6
jwt-token
3
security
2
openid
1
oidc
1
oauth2
1
netcore
1
jwt-authentication
1
jws
1
jwk
1
jwe
1
jwa
1
json
1
jose
1
fips
1
federation
1
encryption
1
openidconnect
1
signature
1
auth
1
ed25519
1
go
1
golang
1
dx-sdk
1
java
1
authentication
1
php
1
symfony
1
symfony-bundle
1
oauth-json-web
1
ruby
1
ruby-jwt
1