We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, When you are implementing this login: https://auth0.com/docs/quickstart/webapp/golang/01-login
You are not able to implement this authorization: https://auth0.com/docs/quickstart/backend/golang/01-authorization
Because the access_token is store in session cookie which Extractor is not handling. If you want me to I can have a look, and implement this.
The text was updated successfully, but these errors were encountered:
I have seen a PR on this, PR: add FromCookie token extractor #10 Don't know why it's not merged.
Sorry, something went wrong.
Sorry for the inactivity! Please see this comment for info: #10 (comment)
We just released the v2.0.0-beta 🥳 !
You can start testing it by running go get github.com/auth0/go-jwt-middleware/v2@v2.0.0-beta.
go get github.com/auth0/go-jwt-middleware/v2@v2.0.0-beta
In case of issues fetching the v2 you might want to try go clean --modcache first before doing go get.
go clean --modcache
go get
I'm closing this issue as now this is part of v2, but feel free to reopen if needed.
No branches or pull requests
Hey,
When you are implementing this login: https://auth0.com/docs/quickstart/webapp/golang/01-login
You are not able to implement this authorization:
https://auth0.com/docs/quickstart/backend/golang/01-authorization
Because the access_token is store in session cookie which Extractor is not handling. If you want me to I can have a look, and implement this.
The text was updated successfully, but these errors were encountered: