Loading...
Was this page helpful?
This reference shows all the events emitted by the Medusa application related to the Auth Module. If you use the module outside the Medusa application, these events aren't emitted.
Event | Description |
---|---|
Emitted when a reset password token is generated. You can listen to this event to send a reset password email to the user or customer, for example. |
Emitted when a reset password token is generated. You can listen to this event to send a reset password email to the user or customer, for example.
The following workflows emit this event when they're executed. These workflows are executed by Medusa's API routes. You can also view the events emitted by API routes in the Store and Admin API references.