UNPKG

@mercury-labs/auth

Version:

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

5 lines (4 loc) 184 B
export * from './auth.current-user.decorator'; export * from './auth.internal-only.decorator'; export * from './auth.public.decorator'; export * from './auth.refresh-token.decorator';