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.
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.
go get github.com/thiagocamargodacosta/dpopjwt/v0
TO DO