docs: added docs for reset password (#9306)
- Added to docs on implementing auth flows using the module and API routes how to update a user's password - Added guide on how to send a notification when a password token is generated - Added a guide on implementing reset password flow in storefront - Added OAS for the `/update` and `/reset-password` routes + generated specs for the API reference
This commit is contained in:
@@ -1011,6 +1011,10 @@ paths:
|
||||
$ref: paths/auth_user_{auth_provider}_callback.yaml
|
||||
/auth/user/{auth_provider}/register:
|
||||
$ref: paths/auth_user_{auth_provider}_register.yaml
|
||||
/auth/user/{auth_provider}/reset-password:
|
||||
$ref: paths/auth_user_{auth_provider}_reset-password.yaml
|
||||
/auth/user/{auth_provider}/update:
|
||||
$ref: paths/auth_user_{auth_provider}_update.yaml
|
||||
components:
|
||||
securitySchemes:
|
||||
api_token:
|
||||
|
||||
Reference in New Issue
Block a user