feat: 🛂 integrate Authentik authentication with Coolify
- Configured Authentik as the OAuth provider in Coolify.
This commit is contained in:
@@ -32,5 +32,9 @@ class OauthSettingSeeder extends Seeder
|
||||
'id' => 4,
|
||||
'provider' => 'google',
|
||||
]);
|
||||
OauthSetting::firstOrCreate([
|
||||
'id' => 5,
|
||||
'provider' => 'authentik',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user