Skip to content

Commit

Permalink
Update socialite.md (laravel#9643)
Browse files Browse the repository at this point in the history
Add Slack OpenID provider to Socialite documentation
  • Loading branch information
maartenpaauw authored May 9, 2024
1 parent 43a416d commit 6d89df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialite.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ When upgrading to a new major version of Socialite, it's important that you care

Before using Socialite, you will need to add credentials for the OAuth providers your application utilizes. Typically, these credentials may be retrieved by creating a "developer application" within the dashboard of the service you will be authenticating with.

These credentials should be placed in your application's `config/services.php` configuration file, and should use the key `facebook`, `twitter` (OAuth 1.0), `twitter-oauth-2` (OAuth 2.0), `linkedin-openid`, `google`, `github`, `gitlab`, `bitbucket`, or `slack`, depending on the providers your application requires:
These credentials should be placed in your application's `config/services.php` configuration file, and should use the key `facebook`, `twitter` (OAuth 1.0), `twitter-oauth-2` (OAuth 2.0), `linkedin-openid`, `google`, `github`, `gitlab`, `bitbucket`, `slack`, or `slack-openid`, depending on the providers your application requires:

'github' => [
'client_id' => env('GITHUB_CLIENT_ID'),
Expand Down

0 comments on commit 6d89df9

Please sign in to comment.