Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 371 Bytes

go-jwt

Build Status

This is an implementation of JSON Web tokens written in go.

Limitations

This library completely ignores the alg field in the header. You are required to know which algorithm and key was used, doing anything else has security implications.