Skip to content
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

[13.x] Device Authorization Grant RFC8628 #1750

Merged
merged 64 commits into from
Mar 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
78a7136
add device code grant
hafezdivandari May 30, 2024
fc9f827
formatting
hafezdivandari May 30, 2024
35f0c6a
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Jul 5, 2024
abba12d
wip
hafezdivandari Jul 5, 2024
6d3908f
wip
hafezdivandari Jul 5, 2024
1bf6ded
wip
hafezdivandari Jul 5, 2024
e3f55ba
wip
hafezdivandari Jul 5, 2024
6311bf8
wip
hafezdivandari Jul 5, 2024
0fb9b53
wip
hafezdivandari Jul 6, 2024
2ce2365
wip
hafezdivandari Jul 6, 2024
77ef335
wip
hafezdivandari Jul 6, 2024
4f5c8c1
wip
hafezdivandari Jul 6, 2024
63255d1
wip
hafezdivandari Jul 6, 2024
4201306
wip
hafezdivandari Jul 6, 2024
d9dd43a
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Jul 29, 2024
4341491
fix controllers
hafezdivandari Aug 16, 2024
59c7555
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Aug 16, 2024
43f273c
formatting
hafezdivandari Aug 16, 2024
da26e7d
add tests
hafezdivandari Aug 16, 2024
90726be
formatting
hafezdivandari Aug 16, 2024
2e516a9
revert unrelated changes
hafezdivandari Aug 16, 2024
24a6464
revert irrelevant changes
hafezdivandari Aug 16, 2024
a36fd87
add device option on client command
hafezdivandari Aug 24, 2024
6b1f909
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Aug 24, 2024
90e566a
formatting
hafezdivandari Aug 25, 2024
e5f0c53
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Sep 6, 2024
c4ec6f3
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Sep 18, 2024
ae8b47e
formatting
hafezdivandari Sep 18, 2024
3bb3572
formatting
hafezdivandari Sep 18, 2024
1117607
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Sep 19, 2024
662c50c
add more tests
hafezdivandari Sep 19, 2024
0fd4368
formatting
hafezdivandari Sep 20, 2024
3a5ac72
remove result view
hafezdivandari Sep 20, 2024
688830c
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Sep 22, 2024
7458bfd
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Sep 30, 2024
c4368a3
formatting
hafezdivandari Sep 30, 2024
6231c9e
formatting
hafezdivandari Sep 30, 2024
9081d78
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Oct 6, 2024
332d16e
formatting
hafezdivandari Oct 6, 2024
0a2a47f
formatting
hafezdivandari Oct 6, 2024
5b2f16e
add more tests
hafezdivandari Oct 7, 2024
ca4848b
formatting
hafezdivandari Oct 7, 2024
fb7f932
force re-run tests
hafezdivandari Oct 7, 2024
503884c
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Oct 9, 2024
a27abc7
resolve stateful guard
hafezdivandari Oct 13, 2024
133b4b7
add more tests
hafezdivandari Oct 15, 2024
eca145a
simplify
hafezdivandari Oct 17, 2024
b5c0165
fix tests
hafezdivandari Oct 17, 2024
fc88d8c
formatting
hafezdivandari Oct 17, 2024
0205c0f
add interval
hafezdivandari Oct 28, 2024
55d4401
fix tests
hafezdivandari Oct 28, 2024
c09bbb5
simplify
hafezdivandari Oct 29, 2024
fe9f89a
formatting
hafezdivandari Oct 29, 2024
f002f55
add more tests
hafezdivandari Oct 30, 2024
7feb08f
revert changes on interval
hafezdivandari Nov 15, 2024
c0d67fa
revert changes on interval
hafezdivandari Nov 19, 2024
a605010
formatting
hafezdivandari Feb 15, 2025
013ff48
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Feb 20, 2025
7a06f83
Merge branch '13.x' into 13.x-device-code-grant
hafezdivandari Feb 20, 2025
93e7ee8
add a test
hafezdivandari Feb 20, 2025
a9081d4
formatting
hafezdivandari Feb 22, 2025
6bc8fec
Update ClientCommand.php
taylorotwell Mar 7, 2025
70723c5
formatting
taylorotwell Mar 7, 2025
af86bab
Merge branch '13.x-device-code-grant' of github.com:hafezdivandari/pa…
taylorotwell Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
hafezdivandari committed Jul 5, 2024
commit 6311bf84cbfb9ea02929e730cb0c07b1ffd6184d
2 changes: 0 additions & 2 deletions resources/views/device.blade.php
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@
{{ __('Enter the code displayed on your device.') }}

<form method="get" action="{{ route('passport.device.authorize') }}">
@csrf

<div class="row mb-3">
<label for="user-code" class="col-md-4 col-form-label text-md-end">{{ __('Code') }}</label>