UNPKG

@mercury-labs/auth

Version:

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

6 lines (5 loc) 187 B
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';