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

Fix reference to outdated jwt-go dependency #9556

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

kylekampy
Copy link
Contributor

Earlier today, the dependency github.com/dgrijalva/jwt-go dependency was updated to github.com/dgrijalva/jwt-go/v4. The docs without this change result in difficult to diagnose type issues, since the types don't mesh up.

Here is the relevant PR that was merged and release for the Go SDK: auth0/go-jwt-middleware#69

Earlier today, the dependency `github.com/dgrijalva/jwt-go` dependency was updated to `github.com/dgrijalva/jwt-go/v4`. The docs without this change result in difficult to diagnose type issues, since the types don't mesh up.

Here is the relevant PR that was merged and release for the Go SDK: auth0/go-jwt-middleware#69
@kylekampy kylekampy requested a review from a team as a code owner January 7, 2021 03:20
@davidpatrick davidpatrick merged commit 5e8b4c2 into auth0:master Jan 8, 2021
@kylekampy kylekampy deleted the patch-1 branch January 8, 2021 21:58
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 this pull request may close these issues.

3 participants