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

Updating to Auth0 lock v.11.0.1 (OIDC conformance) #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2018

  1. Updated user-controller.js to for Auth0lock v.11.0.1 OIDC conformant …

    …API. Passing both idToken and accessToken to AWS, since jwt requires idToken and OIDC conformant GET /usernfo requires accessToken.
    Maxim Makatchev committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    20f4e25 View commit details
    Browse the repository at this point in the history
  2. Modified lambda function to receive both idToken and accessToken. idT…

    …oken is needed for jwt verification and access token to access OIDC conformant Auth0 API /userinfo
    Maxim Makatchev committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    b46b00b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24a9384 View commit details
    Browse the repository at this point in the history