@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
11 lines • 1.01 kB
TypeScript
export * from './constants/rockets-auth.constants';
export { rocketsAuthOptionsDefaultConfig } from './config/rockets-auth-options-default.config';
export { RocketsAuthException } from './exceptions/rockets-auth.exception';
export { logAndGetErrorDetails, getErrorDetails, ErrorDetails, } from './utils/error-logging.helper';
export { RocketsAuthOptionsInterface } from './interfaces/rockets-auth-options.interface';
export { RocketsAuthOptionsExtrasInterface, UserMetadataConfigInterface, } from './interfaces/rockets-auth-options-extras.interface';
export { RocketsAuthEntitiesOptionsInterface } from './interfaces/rockets-auth-entities-options.interface';
export { RocketsAuthSettingsInterface } from './interfaces/rockets-auth-settings.interface';
export { RocketsAuthUserModelServiceInterface } from './interfaces/rockets-auth-user-model-service.interface';
export { RocketsAuthNotificationServiceInterface } from './interfaces/rockets-auth-notification.service.interface';
//# sourceMappingURL=index.d.ts.map