Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DockYard/openid_connect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: DockYard/openid_connect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 12 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 7, 2018

  1. Update format, deps, fix typo (#13)

    * Fix format
    
    - run the formatter on .formatter.exs
    - remove paren from func def having no args
    
    * Update deps
    
    - Allow minor version upgrade
    - Update dev/test dep
    
    * Fix typo
    chulkilee authored and bcardarella committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    8fe1a18 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Support multiple response types (#17)

    * Support multiple response types
    
    Authorization URI and token fetching should support the multiple response types
    that each provider supports. In addition, this library should include some verification
    of the requested response types.
    
    * Perf: only sort discovery document keys when fetching, not on each token request
    
    * Deprecation of old  argument format
    
    * Normalize response_type
    bcardarella authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    06e47c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Version 0.2.0

    bcardarella committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    070c4b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    b86c5fc View commit details
    Browse the repository at this point in the history
  2. v0.2.1

    bcardarella committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1f7127b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Allow overriding document params (#19)

    This allows overriding document attributes on a per-request basis. It's necessary when doing
    incremental authorization, where an app needs to generate multiple authorization uris with different
    scopes.
    rockwood authored and bcardarella committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    3addc12 View commit details
    Browse the repository at this point in the history
  2. Make travis run

    bcardarella committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    149c38a View commit details
    Browse the repository at this point in the history
  3. Fat fingered OTP version

    bcardarella committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    3b73690 View commit details
    Browse the repository at this point in the history
  4. Another try

    bcardarella committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    3a092ae View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Allow missing claims_supported (#20)

    * Allow missing claims_supported
    
    * Added test case for missing claims_supported
    zweizeichen authored and bcardarella committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2925b85 View commit details
    Browse the repository at this point in the history
  2. Fixing travis (#21)

    * Fixing travis
    bcardarella authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    8be8182 View commit details
    Browse the repository at this point in the history
  3. v0.2.2

    bcardarella committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2a9f7d7 View commit details
    Browse the repository at this point in the history
Loading