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: auth0/lock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.5.2
Choose a base ref
...
head repository: auth0/lock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.6.0
Choose a head ref
  • 10 commits
  • 49 files changed
  • 4 contributors

Commits on Apr 3, 2018

  1. add signup error to valid events (#1329)

    Yves Wehrli authored and luisrudge committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    21865a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    9654584 View commit details
    Browse the repository at this point in the history
  2. Fix getSSOData not sending custom nonce/state (#1333)

    * Fix getSSOData not sending custom nonce/state
    
    * add missing tests
    luisrudge authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    e764078 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Rename clients to applications (#1336)

    * Rewording`client` to `application`
    
    * rename applications url
    
    * rollback
    luisrudge authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5c6945d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Clarify checksession accepts params and not options (#1341)

    The docks describe options as:
    ```var options = {
      auth: {
        params: {scope: 'openid email user_metadata app_metadata picture'},
      }
    };``` 
    (https://auth0.com/docs/libraries/lock/v11/sending-authentication-parameters)
    
    But checksession seems to expect a params object like this:
    ```{scope: 'openid email user_metadata app_metadata picture'}```
    kheyse-werk authored and luisrudge committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    58cbbce View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Fix danish translation (#1338)

    fix #1337
    luisrudge authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    b316444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5a83e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Upgrade Auth0.js (#1354)

    * upgrading a0js
    
    * a0js
    luisrudge authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    8fd9d78 View commit details
    Browse the repository at this point in the history
  2. Prepare v11.6.0 (#1355)

    * Release v11.6.0
    
    * fix changelog
    luisrudge authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    671559f View commit details
    Browse the repository at this point in the history
  3. v11.6.0

    Jenkins committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    91b2824 View commit details
    Browse the repository at this point in the history
Loading