user_password_reset
Api Code Documentation / Exports / user_password_reset
Table of contents
Functions
Functions
addHttpHandler
▸ addHttpHandler(server
, urlPrefix
, service
, jwt
): void
Creates an http handler that handles incoming http requests for the /user.changePassword
route
Parameters
Name | Type | Description |
---|---|---|
server | AugmentedFastifyInstance | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | Service | the service Service object used to offer an interface to the domain logic |
jwt | JwtConfig | - |
Returns
void