Skip to main content

user_authenticate

Api Code Documentation / Exports / user_authenticate

Table of contents

Variables

Functions

Variables

MAX_GROUPS_LENGTH

Const MAX_GROUPS_LENGTH: 3000

Defined in

src/user_authenticate.ts:22

Functions

addHttpHandler

addHttpHandler(server, urlPrefix, service, jwt): void

Creates an http handler that handles incoming http requests for the /user.authenticate route

Parameters

NameTypeDescription
serverFastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>the current fastify server instance
urlPrefixstringthe prefix of the http url
serviceServicethe service Service object used to offer an interface to the domain logic
jwtJwtConfig-

Returns

void

Defined in

src/user_authenticate.ts:209