We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5280ee4 commit 0d5ab3aCopy full SHA for 0d5ab3a
README.md
@@ -21,6 +21,7 @@ An opinionated way to authenticate users using Laravel Socialite.
21
- [Installation](#installation)
22
- [Setup](#setup)
23
- [Usage](#usage)
24
+- [Extending & Customizing](#extending--customizing)
25
26
## Requirements
27
@@ -65,8 +66,8 @@ Bartender::routes();
65
66
```
67
68
> [!important]
-> Remember to register this callback URL in your OAuth provider's settings.
69
-> For example, a Google OAuth callback would be `/auth/google/callback`.
+> 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
0 commit comments