feat(auth): add Discord auth boilerplate

This commit is contained in:
2022-08-20 22:02:17 +01:00
parent 0b0a40460c
commit 1f08ea12c0
10 changed files with 67 additions and 15 deletions

View File

@@ -70,6 +70,7 @@ class EventServiceProvider extends ServiceProvider
'App\Events\UserBannedEvent' => [
'App\Listeners\OnUserBanned',
],
];
/**