golang-jwt / jwt

Go implementation of JSON Web Tokens (JWT).
https://golang-jwt.github.io/jwt/
MIT License
6.98k stars 335 forks source link

feat: allow making exp claim required #351

Closed tareksha closed 11 months ago

tareksha commented 11 months ago

This PR adds a new parser option WithExpirationRequired which makes the claim exp required.

tareksha commented 10 months ago

hi @oxisto when is this expected to be released?

mfridman commented 10 months ago

We can cut a release soon, within a day or two.

mfridman commented 10 months ago

Going to cut a release tonight v5.1.0, cc @oxisto FYI.

mfridman commented 10 months ago

@tareksha, thanks for your patience, pushed up v5.1.0 and cut a GitHub Release

tareksha commented 10 months ago

@tareksha, thanks for your patience, pushed up v5.1.0 and cut a GitHub Release

thank you!