UNPKG

@mercury-labs/nest-auth

Version:

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

7 lines (6 loc) 286 B
export * from './auth.api-key.decorator'; export * from './auth.current-user.decorator'; export * from './auth.internal-only.decorator'; export * from './auth.public.decorator'; export * from './auth.public-with-optional-user.decorator'; export * from './auth.refresh-token.decorator';