feat(auth): add Zitadel OAuth Provider (#5490)

This commit is contained in:
Hauke Schnau
2025-06-18 14:35:54 +02:00
committed by GitHub
parent a77bd88258
commit 1968d4d494
8 changed files with 25 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ use SocialiteProviders\Discord\DiscordExtendSocialite;
use SocialiteProviders\Google\GoogleExtendSocialite;
use SocialiteProviders\Infomaniak\InfomaniakExtendSocialite;
use SocialiteProviders\Manager\SocialiteWasCalled;
use SocialiteProviders\Zitadel\ZitadelExtendSocialite;
class EventServiceProvider extends ServiceProvider
{
@@ -31,6 +32,7 @@ class EventServiceProvider extends ServiceProvider
DiscordExtendSocialite::class.'@handle',
GoogleExtendSocialite::class.'@handle',
InfomaniakExtendSocialite::class.'@handle',
ZitadelExtendSocialite::class.'@handle',
],
];