Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 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

    • 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

    • Ruby

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

      • PyJWT - JSON Web Token implementation in Python.
  • Resources