Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 695 Bytes

dpopjwt

Experimental DPoP JSON Web Token for Go RFC 9449

The latest version is v0.

This project builds on the jwt implementation of cristalhq/jwt/ to create the token specified in the RFC 9449.

Warning

This is an experimental package for building DPoP-Proof JWTs.

All features necessary for the usage of this type of token are not implemented at the moment.

v1 will be when this package will be feature-complete.

Install

go get github.com/thiagocamargodacosta/dpopjwt/v0

Example

TO DO

License

MIT License