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

3 lines (2 loc) 259 B
import { HarvardKeyModuleOptions } from './types/harvardKeyModuleOptions'; export declare const ConfigurableModuleClass: import("@nestjs/common").ConfigurableModuleCls<HarvardKeyModuleOptions, "register", "create", {}>, MODULE_OPTIONS_TOKEN: string | symbol;