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: laravel/passport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.x
Choose a base ref
...
head repository: AAAS/passport
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.
  • 18 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 2, 2016

  1. add UUID support

    Timothy Huang committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    a268fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. introduce UUIDs without introducing breaking changes

    Timothy Huang committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    d09ffa8 View commit details
    Browse the repository at this point in the history
  2. register UUIDCommand

    Timothy Huang committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f3f5417 View commit details
    Browse the repository at this point in the history
  3. create column in if migrations were already run

    Timothy Huang committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    ecd6024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70391c1 View commit details
    Browse the repository at this point in the history
  5. --name as argument

    Timothy Huang committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    449c328 View commit details
    Browse the repository at this point in the history
  6. make uuid unique

    Timothy Huang committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    d9c1fc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. only use UUID lookup on external authorization/lookup requests if Pas…

    …sport::useClientUUIDs enabled
    Timothy Huang committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    0117e25 View commit details
    Browse the repository at this point in the history
  2. add findActiveUUID to see if that solves password grant not finding b…

    …y uuid issue
    Timothy Huang committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    d1c8e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f3d9d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. we only want to use UUIDs on external facing requests, revert changes…

    … to Bridge
    Timothy Huang committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    75964ec View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    dcb6da6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. allow specifying custom middleware for oauth/personal-access-tokens r…

    …outes
    Timothy Huang committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    e2eb673 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. merge in latest changes from 2.0

    Timothy Huang committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    7c9ef3a View commit details
    Browse the repository at this point in the history
  2. update readme

    Timothy Huang committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    29aea53 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. remove personalAccessTokenRouteMiddleware

    Timothy Huang committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    af42ab4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Configuration menu
    Copy the full SHA
    988570b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89635d View commit details
    Browse the repository at this point in the history
Loading