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-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: evanob/auth0-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 20, 2021

  1. Add ability to pass in existing client

    This will allow user to call functions like `getAccessTokenSilently`
    from outside React context.
    
    e.g. In order to support passing the token to libraries like urql
    See https://formidable.com/open-source/urql/docs/common-questions/#how-do-we-achieve-asynchronous-fetchoptions
    
    [commit copied from a-type@d21294b]
    evanob committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    0777513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d4429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee440fc View commit details
    Browse the repository at this point in the history
  4. Fix Typescript error

    `auth0` is specified more than once, so this usage will be overwritten.
    evanob committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6378a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b517def View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4f882c View commit details
    Browse the repository at this point in the history
  7. Bump to 1.5.2

    evanob committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    5e56c2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a82c77 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. bump version to 1.5.4

    evanob committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ccd305a View commit details
    Browse the repository at this point in the history
Loading