UNPKG

nest-phylax

Version:

Security library for NestJS

9 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JWT_GENERATION_OPTIONS_TOKEN = exports.JWT_AUTH_MODULE_OPTIONS_TOKEN = exports.PASSWORD_ENCODER_TOKEN = exports.USER_REPOSITORY_TOKEN = exports.IS_PUBLIC_KEY = void 0; exports.IS_PUBLIC_KEY = 'public'; exports.USER_REPOSITORY_TOKEN = 'user_repository'; exports.PASSWORD_ENCODER_TOKEN = 'password_encoder'; exports.JWT_AUTH_MODULE_OPTIONS_TOKEN = 'jwt_auth_module_options'; exports.JWT_GENERATION_OPTIONS_TOKEN = 'jwt_generation_options'; //# sourceMappingURL=constants.js.map