implement authentication with oauth #8

Open
csimonis wants to merge 4 commits from feature/oauth into main
Owner
No description provided.
csimonis added 1 commit 2024-12-11 20:39:31 +00:00
csimonis force-pushed feature/oauth from 3a841be03e to 07c36a5737 2024-12-11 21:01:32 +00:00 Compare
csimonis added 1 commit 2024-12-11 21:19:43 +00:00
csimonis added 1 commit 2024-12-11 21:20:52 +00:00
csimonis force-pushed feature/oauth from 36009ef834 to e0828cff8d 2024-12-12 16:01:43 +00:00 Compare
csimonis added 1 commit 2024-12-12 16:02:20 +00:00
csimonis added 1 commit 2024-12-12 17:30:11 +00:00
csimonis added a new dependency 2024-12-18 11:30:47 +00:00
csimonis removed a dependency 2024-12-18 11:31:01 +00:00
csimonis force-pushed feature/oauth from a63306becb to ae33db2a98 2024-12-21 13:18:51 +00:00 Compare
jank1619 requested changes 2024-12-21 13:22:32 +00:00
jank1619 left a comment
Contributor

I reviewed ur changes. Might work on file previewing now maybe.

I reviewed ur changes. Might work on file previewing now maybe.
@ -0,0 +38,4 @@
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
{
dd($request );
Contributor

This might not be the best idea

This might not be the best idea
csimonis marked this conversation as resolved
@ -0,0 +55,4 @@
protected function createResourceOwner(array $response, AccessToken $token)
{
dd($response);
Contributor

This one isnt that good either

This one isnt that good either
csimonis marked this conversation as resolved
csimonis force-pushed feature/oauth from ae33db2a98 to 77951dd48b 2024-12-21 18:13:42 +00:00 Compare
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/oauth:feature/oauth
git checkout feature/oauth
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/file-explorer#8
No description provided.