-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT middleware seems dead... #204
Comments
No, it's not dead. Only go-json-rest-middleware-jwt-dependent jwt-go versions are upgraded to 3.x and are no longer compatible with the 2.x API. But the middleware is still using the 2.x API. - package: github.com/dgrijalva/jwt-go
version: v2.7.0 Run the command: glide up And then delete the vendor/StephanDollberg/go-json-rest-middleware-jwt/vendor directory. |
@Hentioe Yes, thank you, I've forked it and merge it to use jwt-go 3.x. |
Do you have custom middleware before access API, example of author I cant custom , :( |
@PhanHaHus I use Echo in my new projects now... It's much better than go-json-rest :) |
@hyacinthus yeah, but Im newbie with golang, and I dont know how to struct project with echo, because go-json-rest have more example :( |
@PhanHaHus Echo has a cookbook too. |
The author no longer maintains it.
The text was updated successfully, but these errors were encountered: