user_authenticate
Api Code Documentation / Exports / user_authenticate
#
Table of contents#
Functions#
Functions#
addHttpHandlerâ–¸ addHttpHandler(server
, urlPrefix
, service
, jwtSecret
): void
Creates an http handler that handles incoming http requests for the /user.authenticate
route
#
ParametersName | Type | Description |
---|---|---|
server | FastifyInstance <Server , IncomingMessage , ServerResponse , FastifyLoggerInstance > | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | Service | the service {@link Service} object used to offer an interface to the domain logic |
jwtSecret | string | - |
#
Returnsvoid