feat(auth): add token_endpoint_auth_method to OAuth client create/update#2132
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 (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes introduce a stricter TypeScript type Assessment against linked issues
Comment |
@supabase/auth-js
@supabase/functions-js
@supabase/postgrest-js
@supabase/realtime-js
@supabase/storage-js
@supabase/supabase-js
commit: |
Allow configuring the token endpoint authentication method when creating or updating OAuth clients. Also narrows the OAuthClient type from string to a union type for better type safety.
Fixes supabase/auth#2369