Skip to content
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

Update dependency of jwt middleware #2323

Closed
jxsl13 opened this issue Oct 31, 2022 · 3 comments
Closed

Update dependency of jwt middleware #2323

jxsl13 opened this issue Oct 31, 2022 · 3 comments

Comments

@jxsl13
Copy link

jxsl13 commented Oct 31, 2022

Issue Description

It might make sense to update to the latest JWT library version:

"github.com/golang-jwt/jwt"

at least for the v5 roadmap.

The latest verison is:

https://github.com/golang-jwt/jwt

import "github.com/golang-jwt/jwt/v4"
@jxsl13 jxsl13 changed the title Update dependency in jwt middleware Update dependency of jwt middleware Oct 31, 2022
@aldas
Copy link
Contributor

aldas commented Oct 31, 2022

Please see #2122 (comment)

@jxsl13
Copy link
Author

jxsl13 commented Nov 1, 2022

Thanks for the reply.

@aldas
Copy link
Contributor

aldas commented Dec 27, 2022

Closing. Release v4.10.0 marked JWT middleware in this repository as deprecated and recommends using new repository https://github.com/labstack/echo-jwt that uses newer version of github.com/golang-jwt/jwt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants