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

6 lines (5 loc) 286 B
import { MiddlewareConsumer, NestModule } from '@nestjs/common'; import { ConfigurableModuleClass } from './HarvardKey.module-definition'; export declare class HarvardKeyModule extends ConfigurableModuleClass implements NestModule { configure(consumer: MiddlewareConsumer): void; }