@mercury-labs/auth
Version:
Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.
12 lines (11 loc) • 309 B
TypeScript
export * from './actions';
export * from './decorators';
export * from './definitions';
export * from './dtos';
export * from './entities';
export * from './events';
export * from './guards';
export * from './helpers';
export * from './repositories';
export * from './services';
export * from './strategies';