Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added authorizationCodeGrant method to OAuthAuthenticator #290

Merged
merged 3 commits into from
Aug 8, 2018

Commits on Jul 27, 2018

  1. Added authorizeCodeGrant() to OAuthAuthenticator

    Added method to exchange an authorization code for a Bearer token containing the access_token & id_token.
    cwurtz committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    cb44906 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    980bc79 View commit details
    Browse the repository at this point in the history
  2. Updated authorizeCodeGrant function name

    Changed the function name to authorizationCodeGrant for all usages and comments
    cwurtz committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    73bcd13 View commit details
    Browse the repository at this point in the history