Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update linkedin provider name to the correct one #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To get a local version working of DevDojo Auth.

- Create a new Laravel application
- Create a new folder at the root called `packages`
- Inisde the packages folder will be `devdojo/auth` where auth will be the contents of this repo
- Inside the packages folder will be `devdojo/auth` where auth will be the contents of this repo
- Update your composer.json to include `devdojo/auth` inside the `repositories` key, and include the package inside the `require` key.

> You'll also need to set the stability to `dev` in the composer.json
Expand Down
2 changes: 1 addition & 1 deletion config/devdojo/auth/providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'client_id' => env('TWITTER_CLIENT_ID'),
'client_secret' => env('TWITTER_CLIENT_SECRET'),
],
'linkedin' => [
'linkedin-openid' => [
'name' => 'LinkedIn',
'scopes' => null,
'parameters' => null,
Expand Down