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/auth0-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.19.0
Choose a base ref
...
head repository: auth0/auth0-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.20.0
Choose a head ref
  • 13 commits
  • 66 files changed
  • 3 contributors

Commits on Jun 5, 2020

  1. Merge pull request #268 from auth0/perform-release

    Release 1.19.0
    lbalmaceda authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a265f32 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. #269 : Missing Management API Functionality for Linking User Accounts…

    … (link_with)
    
    The Java Auth0 API is missing the ability to link accounts using the "link_with" body parameter option. This is useful for when the client sends the secondary ID token to link with.
    
    Override the linkIdentity method in UsersEntity.java to support the ability to supply a ID token instead of a connection and provider string. See: https://auth0.com/docs/api/management/v2#!/Users/post_identities
    cschwalm committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f7e1fc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. #269 : Missing Management API Functionality for Linking User Accounts…

    … (link_with)
    
    Modified JavaDoc to include additional clarity to when secondary token linking can be used.
    Added additional unit test.
    cschwalm committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    387d7d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    45bc220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c230ba9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Configuration menu
    Copy the full SHA
    944bee5 View commit details
    Browse the repository at this point in the history
  2. update readme link

    lbalmaceda committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    1d45d1e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Update README.md

    Co-authored-by: Adam Mcgrath <[email protected]>
    lbalmaceda and adamjmcgrath authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    d4ddc0a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge pull request #272 from auth0/doc-thread-safety

    Fix and document thread-safety
    lbalmaceda authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b80f561 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    90a5c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c9cc37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #270 from cschwalm/feature/269_link_with

    #269 : Missing Management API Functionality for Linking User Accounts…
    lbalmaceda authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    984bea3 View commit details
    Browse the repository at this point in the history
  4. Release 1.20.0

    lbalmaceda committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    43a00cb View commit details
    Browse the repository at this point in the history
Loading