Skip to content

Commit

Permalink
Use LinkedIn sign in with Open ID (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcknr authored Nov 27, 2024
1 parent ed6b283 commit 963ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace SocialiteProviders\LinkedIn;

use Laravel\Socialite\Two\LinkedInProvider;
use Laravel\Socialite\Two\LinkedInOpenIdProvider;
use SocialiteProviders\Manager\ConfigTrait;
use SocialiteProviders\Manager\Contracts\OAuth2\ProviderInterface;

class Provider extends LinkedInProvider implements ProviderInterface
class Provider extends LinkedInOpenIdProvider implements ProviderInterface
{
use ConfigTrait;

Expand Down

0 comments on commit 963ae79

Please sign in to comment.