Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fernferret/jwtfun

Fun with JWTs
https://github.com/fernferret/jwtfun

Last synced: about 2 months ago
JSON representation

Fun with JWTs

Awesome Lists containing this project

README

        

# About

Fun with JWTs. This repo is just a collection of reasonable vanilla (using
mainly github.com/golang-jwt/jwt) JWT actions. This set of examples will let
you:

* Generate a Signed JWT (`go run ./cmd/create-jwt`)
* Get a JWT from an OAuth2 PKCE Flow (`go run ./cmd/get-jwt-pkce`)
* Validate a JWT using JWKS (`go run ./cmd/check-jwt`)