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

Provide client access to the authorization credentials #39

Closed
AB-Kent opened this issue Sep 4, 2019 · 1 comment
Closed

Provide client access to the authorization credentials #39

AB-Kent opened this issue Sep 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AB-Kent
Copy link
Contributor

AB-Kent commented Sep 4, 2019

I'm using this package to authorize access to a website which requires that the JSON Web Token returned by Auth0 is included in an Authorization header with each web request. This package currently provides access to the user info returned by Auth0 but not to the JWT.

I have a changeset which saves the returned token in `session$userData$auth0_credentials. I'll submit a pull request; it would be great to have this change incorporated here.

@jtrecenti jtrecenti self-assigned this Sep 4, 2019
@jtrecenti jtrecenti added the enhancement New feature or request label Sep 4, 2019
jtrecenti added a commit that referenced this issue Sep 4, 2019
Give client access to auth0 credentials #39
@jtrecenti
Copy link
Member

Included in #b3a8896. Now we need to improve the docs #41

AB-Kent added a commit to akoyabio/auth0 that referenced this issue Sep 4, 2019
jtrecenti added a commit that referenced this issue Sep 16, 2019
Add docs for `auth0_credentials` #39 #41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants