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

5 lines (4 loc) 217 B
import { ConfigurableModuleClass as ConfigurableHarvardKeyModuleClass } from './harvardkey.module-definition'; declare class HarvardKeyModule extends ConfigurableHarvardKeyModuleClass { } export { HarvardKeyModule };