Skip to content

peterlozano/go-jwt-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go-jwt-me

Proof of concept, jwt decoder endpoint.

Usage

Edit main.go and add the public key of the jwt token issuer.

Build: go build

Start Server: ./jwt-me

Single request with curl: curl -H "Authorization: Bearer <JWT_TOKEN>" http://127.0.0.1:1323

Benchmark with apache benchmark: ab -n 10000 -c 5 -H "Authorization: Bearer <JWT_TOKEN>" http://127.0.0.1:1323/

About

Proof of concept, jwt decoder endpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages