UNPKG

@mercury-labs/auth

Version:

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

7 lines (6 loc) 208 B
import { HashTextService } from '@mercury-labs/hashing'; export { HashTextService }; export * from './auth.module'; export * from './domain'; export * from './infrastructure'; export * from './presentation';