Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyBengoufa authored Feb 4, 2025
1 parent 1b04d44 commit 9cff670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 9cff670

Please sign in to comment.