feat: 🛂 integrate Authentik authentication with Coolify

- Configured Authentik as the OAuth provider in Coolify.
This commit is contained in:
Danilo Martinelli
2024-09-29 13:51:41 -03:00
parent d54fa6a680
commit 96ef0ef749
10 changed files with 112 additions and 0 deletions

View File

@@ -32,5 +32,9 @@ class OauthSettingSeeder extends Seeder
'id' => 4,
'provider' => 'google',
]);
OauthSetting::firstOrCreate([
'id' => 5,
'provider' => 'authentik',
]);
}
}