UNPKG

@mercury-labs/nest-auth

Version:

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

10 lines (9 loc) 365 B
export * from './auth.api-key.guard'; export * from './auth.basic.guard'; export * from './auth.global.guard'; export * from './auth.jwt.guard'; export * from './auth.local.guard'; export * from './auth.refresh-token.guard'; export * from './graphql.auth.api-key.guard'; export * from './graphql.auth.jwt.guard'; export * from './graphql.auth.refresh-token.guard';