Skip to content

Releases: labstack/echo-jwt

v4.2.0 - Breaking change: upgraded `golang-jwt` to `v5`

16 May 11:01
Compare
Choose a tag to compare

Breaking change: golang-jwt/jwt has been upgraded to v5. Check/test all your code involved with JWT tokens/claims.
Search for github.com/golang-jwt/jwt/v4 and replace it with github.com/golang-jwt/jwt/v5
See https://github.com/golang-jwt/jwt/releases/tag/v5.0.0 for changes in v5

Enhancements

  • Upgrade golang-jwt/jwt library to v5 #9

v4.1.0: Add TokenExtractionError and TokenParsingError types to help distingu…

26 Jan 20:31
Compare
Choose a tag to compare

Enhancements

  • Add TokenExtractionError and TokenParsingError types to help distinguishing error source in ErrorHandler #6

v4.0.1

24 Jan 14:52
Compare
Choose a tag to compare

Fixes

  • Fix data race in error path #4

Enhancements

  • add TokenError as error returned when parsing fails #3

First release for Echo `v4`

27 Dec 19:49
Compare
Choose a tag to compare

This is replacement JWT middleware for Echo framework. This versions uses newer JWT implementation github.com/golang-jwt/jwt/v4@v4.4.3 which we can not upgrade to in core due backwards compatibility promises we try to maintain.