BTBurke / caddy-jwt

JWT middleware for the Caddy server
MIT License
114 stars 39 forks source link

Upgrade to v3 of the jwt-go dependacy #8

Closed namsral closed 8 years ago

namsral commented 8 years ago

Followed migration guide at: https://github.com/dgrijalva/jwt-go/blob/master/MIGRATION_GUIDE.md

BTBurke commented 8 years ago

Awesome thanks. I'll merge this in tomorrow.

On Jul 11, 2016, at 11:04 PM, Lars Wiegman notifications@github.com wrote:

Add jwt.MapClaims type assertion to fix missing indexing support for type jwt.Claims Followed migration guide at: https://github.com/dgrijalva/jwt-go/blob/master/MIGRATION_GUIDE.md

You can view, comment on, or merge this pull request online at:

https://github.com/BTBurke/caddy-jwt/pull/8

Commit Summary

Upgrade to v3 of the jwt-go dependacy File Changes

M jwt.go (11) M jwt_test.go (24) Patch Links:

https://github.com/BTBurke/caddy-jwt/pull/8.patch https://github.com/BTBurke/caddy-jwt/pull/8.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

BTBurke commented 8 years ago

@namsral Thanks for this. Sorry it took me so long to get this merged in.