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) 102 B
import { CustomDecorator } from '@nestjs/common'; export declare const Public: () => CustomDecorator;