supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.55k stars 374 forks source link

Add Zitadel Provider #1836

Open hbasria opened 1 week ago

hbasria commented 1 week ago

What kind of change does this PR introduce?

Add Zitadel Provider

What is the current behavior?

Currently, Supabase Auth does not support Zitadel as an authentication provider.

What is the new behavior?

With this PR, Zitadel will be available as a provider for authentication, allowing users to authenticate via Zitadel's OpenID Connect (OIDC) implementation.

Additional context

This implementation will enhance the flexibility of authentication methods available in Supabase, catering to applications using Zitadel for identity management.