You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Update the password for an authenticated user
772
834
isSpotlight: false
@@ -787,6 +849,20 @@ functions:
787
849
)
788
850
)
789
851
```
852
+
- id: update-password-with-reauthentication
853
+
name: Update the user's password with a nonce
854
+
description: |
855
+
If **Secure password change** is enabled in your [project's email provider settings](/dashboard/project/_/auth/providers), updating the user's password would require a nonce if the user **hasn't recently signed in**. The nonce is sent to the user's email or phone number. A user is deemed recently signed in if the session was created in the last 24 hours.
0 commit comments