Class JwtAuthStrategy<RoleType, UserType>

Jwt auth strategy implementation of Zibri.

Type Parameters

Implements

Constructors

Properties

name: string = 'jwt'

The name of the auth strategy.

securityScheme: SecuritySchemeObject = ...

The security scheme object to be used by open api.

Methods