jwt

A fast and simple JWT implementation for Go

MIT License

Stars
202
jwt - v0.1.12 Latest Release

Published by kataras 11 months ago

jwt - v0.1.11

Published by kataras 12 months ago

Add MustGenerateRandomString and GenerateBase64EdDSA helpers.

Full Changelog: https://github.com/kataras/jwt/compare/v0.1.10...v0.1.11

jwt - v0.1.10

Published by kataras about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kataras/jwt/compare/v0.1.9...v0.1.10

jwt - v0.1.9

Published by kataras about 1 year ago

jwt - v0.1.8

Published by kataras over 2 years ago

jwt - v0.1.7

Published by kataras over 2 years ago

jwt - v0.1.6

Published by kataras over 2 years ago

jwt - v0.1.5

Published by kataras over 2 years ago

jwt - v0.1.2

Published by kataras over 3 years ago

This is a fixed release

jwt - v0.1.0

Published by kataras over 3 years ago

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

jwt - v0.0.9

Published by kataras almost 4 years ago

Export the CompareHeader function as a variable in order to be customized as requested at: https://github.com/kataras/jwt/issues/2#issuecomment-747211208

jwt - v0.0.8

Published by kataras almost 4 years ago

  • Fix #3
  • Add a new Decode function which just decodes a compact form token without verification and validation
jwt - v0.0.7

Published by kataras almost 4 years ago

Fix #2

jwt - v0.0.6

Published by kataras almost 4 years ago

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

jwt - v0.0.5

Published by kataras almost 4 years ago

Finalize the in-memory blocklist and add example for a redis one 👍

jwt - v0.0.4

Published by kataras almost 4 years ago

Add a token pair and more documentation.

jwt - v0.0.3

Published by kataras about 4 years ago

Add some useful builtin validators and use encrypt/decrypt per token.

jwt - v0.0.2

Published by kataras about 4 years ago

Add GCM + AES payload encryption.

jwt - v0.0.1

Published by kataras about 4 years ago

First public release. Stay safe!