Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 3.42 KB

README.md

File metadata and controls

76 lines (48 loc) · 3.42 KB

Awesome JSON Web Token (JWT) Awesome

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.

Contents


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

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

Python

  • PyJWT - JSON Web Token implementation in Python.

Ruby

  • jwt - A Ruby implementation of the JSON Web Token (JWT) standard.

Resources

Specifications

Draft Specifications

Websites

Contributing

Your contributions are always welcome! Please take a look at the contribution guidelines first.