UNPKG

@mercury-labs/nest-auth

Version:

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

6 lines (5 loc) 186 B
export * from './auth-definitions'; export * from './auth-response'; export * from './auth-transfer-token-method.enum'; export * from './auth-user'; export * from './request-with-user';