feat(auth): Add Clerk OAuth Provider (#5553)

This commit is contained in:
Yassir Elmarissi
2025-06-18 14:29:46 +02:00
committed by GitHub
parent 4375f52c5d
commit a77bd88258
29 changed files with 63 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ class OauthSettingSeeder extends Seeder
$providers = collect([
'azure',
'bitbucket',
'clerk',
'discord',
'github',
'gitlab',