Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernferret/jwtfun
Fun with JWTs
https://github.com/fernferret/jwtfun
Last synced: about 2 months ago
JSON representation
Fun with JWTs
- Host: GitHub
- URL: https://github.com/fernferret/jwtfun
- Owner: fernferret
- Created: 2021-08-15T21:54:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T21:54:58.000Z (over 3 years ago)
- Last Synced: 2024-10-11T03:21:42.165Z (3 months ago)
- Language: Go
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)