Releases: kataras/jwt
Releases · kataras/jwt
v0.1.0
Two new methods: SignWithHeader
and VerifyWithHeaderValidator
to support custom headers and public key validation per-token (e.g jwt key ids/amazon and e.t.c.). Please take a look at the complete example: https://github.com/kataras/jwt/blob/main/_examples/custom-header/main.go
v0.0.9
Export the CompareHeader
function as a variable in order to be customized as requested at: #2 (comment)
v0.0.8
v0.0.7
v0.0.6
Add jwt.Plain
to enforce a rule to allow non-JSON token's payload. Example at: https://github.com/kataras/jwt/blob/e87a84e0681e206f3733932450e25d7747daf215/verify_test.go#L39-L54