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

12 lines (11 loc) 388 B
import './types/express-session'; import './types/express'; export * from './types'; export * from './Authentication.guard'; export * from './HarvardKey.guard'; export * from './HarvardKey.strategy'; export * from './HarvardKey.module'; export * from './RequireGroup.guard'; export * from './RedirectCache.middleware'; export * from './Testing.guard'; export * from './Testing.strategy';