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

Use of a deprecrated API #76

Closed
cboitel opened this issue Jul 20, 2021 · 3 comments
Closed

Use of a deprecrated API #76

cboitel opened this issue Jul 20, 2021 · 3 comments

Comments

@cboitel
Copy link

cboitel commented Jul 20, 2021

github.com/auth0-community/go-auth0 used in jwk_client.go is marked deprecated

Extract of README.md of the library

The Auth0 Community is in the process of deprecating this library, and the repository will no longer be available on Github after the end-of-life date of September 30, 2021. Please make plans to find a suitable replacement or remove this library from any active projects before the end-of-life date. The official Auth0 Go SDK is recommended: https://github.com/go-auth0/auth0. Please reach out in the supporting Auth0 Community topic if you have any questions or concerns.

@gunturaf
Copy link

update as of today, the repo is moving again into https://github.com/auth0/go-auth0

@gunturaf
Copy link

I think krakend-jose repository must also upgrade other deps as well because if you depend on krakend-jose and use static vuln scanning such as https://github.com/aquasecurity/trivy like I do, there's indirect dependency to https://github.com/dgrijalva/jwt-go

for now what I did was to use replace directive like so

replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.9.18

@alombarte
Copy link
Member

This library was forked and eventually will be rewritten with our custom implementation

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

No branches or pull requests

3 participants