Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughThe changes extend the authentication type system to support custom OIDC providers through a template-literal naming convention. The Comment |
@supabase/auth-js
@supabase/functions-js
@supabase/postgrest-js
@supabase/realtime-js
@supabase/storage-js
@supabase/supabase-js
commit: |
Add
custom:${string}template literal to theProvidertype union andSignInWithIdTokenCredentials.provider, allowing custom OIDC providers (e.g.custom:my-company) to be passed tosignInWithOAuth,signInWithIdToken, andlinkIdentity.No runtime changes needed as the provider string is passed directly to the server.