Skip to content

Commit 23ce829

Browse files
committed
Supply suggested redirect URL's
1 parent 0d5ab3a commit 23ce829

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,15 @@ Set up your [Socialite Providers](https://socialiteproviders.com/) in your `serv
7777
return [
7878
// ...
7979

80-
'google' => ['...'],
80+
'google' => [
81+
// ...
82+
'redirect' => '/auth/google/callback',
83+
],
8184

82-
'microsoft' => ['...'],
85+
'microsoft' => [
86+
// '...'
87+
'redirect' => '/auth/microsoft/callback',
88+
],
8389
];
8490
```
8591

0 commit comments

Comments
 (0)