We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ce829 commit 39485a5Copy full SHA for 39485a5
README.md
@@ -65,12 +65,11 @@ use DirectoryTree\Bartender\Facades\Bartender;
65
Bartender::routes();
66
```
67
68
-> [!important]
69
-> Remember to register the callback URLs in your OAuth provider's settings.
70
-> For example, your Google OAuth callback would be `/auth/google/callback`.
71
-
72
Set up your [Socialite Providers](https://socialiteproviders.com/) in your `services.php` configuration file:
73
+> [!important]
+> Remember to register the redirect URLs in your OAuth provider's settings.
+
74
```php
75
// config/services.php
76
0 commit comments