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

GetStore() ? #19

Open
falanjones opened this issue Sep 29, 2016 · 0 comments
Open

GetStore() ? #19

falanjones opened this issue Sep 29, 2016 · 0 comments

Comments

@falanjones
Copy link

I am using the sessionauth package but needed to implement a session lookup were the token came in the request body rather than a cookie in the header.
I was able to work around the in-flow lookup by adding a GetStore() function to this sessions package.
I cook up an http.Request with the cookie from my request body and lookup the gorilla session which has the sessionauth userId.
Could you consider adding this GetStore() function or can you suggest a better way?

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

1 participant