UNPKG

@mercury-labs/nest-auth

Version:

Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.

3 lines (2 loc) 118 B
import { Inject } from '@nestjs/common'; export declare const InjectAuthDefinitions: () => ReturnType<typeof Inject>;