UNPKG

@seas-computing/nestjs-harvard-key

Version:

This repository provides a way to connect NestJS applications to HarvardKey and provide a rudimentary form of authorization (in the form of route guards) out of the box

9 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STRATEGY_NAME = void 0; var STRATEGY_NAME; (function (STRATEGY_NAME) { STRATEGY_NAME["HKEY"] = "HarvardKeyStrategy"; STRATEGY_NAME["DEV"] = "DevStrategy"; })(STRATEGY_NAME || (exports.STRATEGY_NAME = STRATEGY_NAME = {})); //# sourceMappingURL=constants.js.map