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

Make enable_client_secret work #3

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

Commits on Aug 25, 2015

  1. Fix client_id verification bug in token grant

    Fix other tests which the above fix broke
    Add test to prove that invalid client_id isn't granted a token
    mulletboy2 committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    a2ff340 View commit details
    Browse the repository at this point in the history
  2. Fix comment

    mulletboy2 committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    fded63f View commit details
    Browse the repository at this point in the history
  3. Remove unused client vars

    mulletboy2 committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    18fcd32 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Configuration menu
    Copy the full SHA
    1c1ce63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73653f9 View commit details
    Browse the repository at this point in the history
  3. Prevent uninitialized warning when no enable_client_secret is true and

    no client_secret is specified in the request
    mulletboy2 committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    6e94426 View commit details
    Browse the repository at this point in the history