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

10 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STRATEGY_NAME = void 0; exports.STRATEGY_NAME = { OIDC: 'oidc', DEV: 'dev', TEST: 'test', SESSION: 'rehydrate-session', }; //# sourceMappingURL=strategy.js.map