-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[12.x] Passport 13.x #9819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[12.x] Passport 13.x #9819
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
e2e5f88
passport 13.x
hafezdivandari d4fbeb9
wip
hafezdivandari 97c30da
wip
hafezdivandari 2b23e16
wip
hafezdivandari 0228609
wip
hafezdivandari 8772d98
wip
hafezdivandari 560ce63
wip
hafezdivandari ac9439b
wip
hafezdivandari 6fc2b04
wip
hafezdivandari 3012b89
wip
hafezdivandari 5f6bc2e
add device code grant
hafezdivandari 7db7d78
wip
hafezdivandari 98b0379
wip
hafezdivandari f3d7a97
fix a typo on code verifier
hafezdivandari af419bc
rename CheckClientCredentials middleware
hafezdivandari cd61de2
fix a typo
hafezdivandari a0d41b1
fix a typo
hafezdivandari 133bdf6
new `EnsureClientIsResourceOwner` middleware
hafezdivandari 39f5e63
wip
hafezdivandari 56a2daf
formatting
hafezdivandari cebecd5
Merge branch '11.x' into 11.x-passport-13.x
hafezdivandari d5feabd
add axios link
hafezdivandari 89d1838
wip
hafezdivandari 5ec4eca
add sections for managing clients and tokens
hafezdivandari 7814bd3
Merge branch 'master' into 11.x-passport-13.x
hafezdivandari 0fefbe7
Merge branch '12.x' into 11.x-passport-13.x
hafezdivandari 8660ed6
formatting
hafezdivandari 8e87177
Merge branch '12.x' into 11.x-passport-13.x
hafezdivandari da18068
better scope examples
hafezdivandari 6632967
better uri examples
hafezdivandari d0a51a3
formatting
hafezdivandari 63cfd52
Merge branch '12.x' into 11.x-passport-13.x
hafezdivandari 6931010
formatting
taylorotwell f5b80d7
add instructions for views
hafezdivandari 137b5e0
formatting
taylorotwell fd18315
Merge branch '11.x-passport-13.x' of github.com:hafezdivandari/larave…
taylorotwell 6f4e048
formatting
taylorotwell 09274aa
add samples for rendering views with closure
hafezdivandari 8484585
formatting
taylorotwell 02fbdbf
formatting
taylorotwell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
wip
- Loading branch information
commit 39f5e631848b188b28e58777048aab57e681f8cd
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, we should tell people what to put in these views.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instruction has been added.