Adding support to login via discord oauth.
This commit is contained in:
parent
910a8309b7
commit
8fd07c11a8
10 changed files with 112 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ class EventServiceProvider extends ServiceProvider
|
|||
Registered::class => [
|
||||
SendEmailVerificationNotification::class,
|
||||
],
|
||||
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
|
||||
'SocialiteProviders\\Discord\\DiscordExtendSocialite@handle',
|
||||
]
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue