feat(auth): add currentPassword to UserAttributes type#2131
Conversation
Auth will require the currentPassword when a user is changing their password if GOTRUE_SECURITY_UPDATE_PASSWORD_REQUIRE_CURRENT_PASSWORD is set to true
|
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
WalkthroughAn optional field Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
@supabase/auth-js
@supabase/functions-js
@supabase/postgrest-js
@supabase/realtime-js
@supabase/storage-js
@supabase/supabase-js
commit: |
🔍 Description
Auth will require the currentPassword when a user is changing their password if GOTRUE_SECURITY_UPDATE_PASSWORD_REQUIRE_CURRENT_PASSWORD is set to true
What changed?
adds optional
currentPasswordtoUserAttributestypeWhy was this change needed?
supabase/auth#2364
📋 Checklist
<type>(<scope>): <description>npx nx formatto ensure consistent code formatting