这是indexloc提供的服务,不要输入任何密码
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: infinitered/authority
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: infinitered/authority
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: exchange
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 11, 2017

  1. Add Exchange

    This exchange module will be used to exchange one set of credentials for
    another, such as "user/password => token".
    danielberkompas committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    ba1b6ee View commit details
    Browse the repository at this point in the history
  2. Support Exchange in EctoStore

    This will massively simplify how you integrate `Exchange` if you are
    using `EctoStore`.
    danielberkompas committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    29da8f4 View commit details
    Browse the repository at this point in the history
  3. Add support for exchanging email in recovery context

    You can add `skip_validation` patterns which will exclude a credential
    from validations. The patterns can either be a regex or an Elixir
    pattern like a struct. Also, they're limited to a specific context.
    danielberkompas committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    526b302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da71db6 View commit details
    Browse the repository at this point in the history
Loading