implement authentication with oauth #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/oauth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
3a841be03e
to07c36a5737
36009ef834
toe0828cff8d
a63306becb
toae33db2a98
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 );
This might not be the best idea
@ -0,0 +55,4 @@
protected function createResourceOwner(array $response, AccessToken $token)
{
dd($response);
This one isnt that good either
ae33db2a98
to77951dd48b
Checkout
From your project repository, check out a new branch and test the changes.