-
Notifications
You must be signed in to change notification settings - Fork 108
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
Access token of logged in user #11
Comments
@jackfranklin Just in time. I also need to obtain the id_token to add into the headers of my requests to graphcool. Would be nice to document this and expose the token. I wonder if the cookie that was stored can be parsed into a token? I'll look into that. |
@jackfranklin @bluematter |
@bluematter @jackfranklin I've made some changes to a local version of |
@jackfranklin @NWRichmond @puregarlic @bluematter just published version 0.4.0, which exposes the full |
I'm using Auth0 to allow users to login via GitHub.
I now need to get at the OAuth token from GitHub so I can make authorised requests to the GitHub API. I think maybe
useAuth
could expose this token too, if it can? (I'm not super familiar with auth0 so sorry if I'm heading down the wrong path here).This library made auth so much easier so thank you for that!
The text was updated successfully, but these errors were encountered: