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

Support id_token response type #62

Merged
merged 8 commits into from
Dec 2, 2016
Merged

Support id_token response type #62

merged 8 commits into from
Dec 2, 2016

Commits on Nov 29, 2016

  1. Support id_token

    Chaining method for response types
    Auto set implicit grant
    Credentials support for id_token only
    Chaining method for nonce
    Nonce required for id_token response type
    Tests added
    cocojoe committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    11c8279 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Response type validation logic added

    Updated Carthage libs in line with Lock v2
    JWTDecode added for nonce check in id_token
    ResponseType Enum changed to OptionSet
    Response Error enum added
    cocojoe committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    bdc8831 View commit details
    Browse the repository at this point in the history
  2. Added Unit Tests

    Shuffled code around to be inline with builder expectations
    cocojoe committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    537923b View commit details
    Browse the repository at this point in the history
  3. Code tidy

    Reduced and merged response errors into webauth errors
    Separate idtoken validation code
    cocojoe committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    5ea5a35 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Response renamed ResponseType

    ResponseOptions computed label
    Retired usePKCE, use ResponseType
    Updated Tests
    Updated Docsheaders
    cocojoe committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    e5897c1 View commit details
    Browse the repository at this point in the history
  2. Code review revisions

    cocojoe committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    235f57f View commit details
    Browse the repository at this point in the history
  3. Updated unit tests

    cocojoe committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    f107f1c View commit details
    Browse the repository at this point in the history
  4. Use xcode8.1 image

    hzalaz committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    fb43036 View commit details
    Browse the repository at this point in the history