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

Why you are not extracting token from session cookie? #63

Closed
AleksandrukTad opened this issue Dec 11, 2019 · 3 comments
Closed

Why you are not extracting token from session cookie? #63

AleksandrukTad opened this issue Dec 11, 2019 · 3 comments

Comments

@AleksandrukTad
Copy link

AleksandrukTad commented Dec 11, 2019

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.

@ashmilhussain
Copy link

I have seen a PR on this,
PR: add FromCookie token extractor #10
Don't know why it's not merged.

@grounded042
Copy link
Contributor

Sorry for the inactivity! Please see this comment for info: #10 (comment)

@grounded042 grounded042 mentioned this issue Apr 23, 2021
21 tasks
@sergiught
Copy link
Contributor

We just released the v2.0.0-beta 🥳 !

You can start testing it by running go get github.com/auth0/go-jwt-middleware/[email protected].

In case of issues fetching the v2 you might want to try go clean --modcache first before doing go get.

I'm closing this issue as now this is part of v2, but feel free to reopen if needed.

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

4 participants