@mercury-labs/nest-auth
Version:
Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.
8 lines • 394 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthRefreshToken = void 0;
const common_1 = require("@nestjs/common");
const domain_1 = require("../../domain");
const AuthRefreshToken = () => (0, common_1.SetMetadata)(domain_1.IS_REFRESH_TOKEN_KEY, true);
exports.AuthRefreshToken = AuthRefreshToken;
//# sourceMappingURL=auth.refresh-token.decorator.js.map
;