@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
9 lines (8 loc) • 307 B
TypeScript
import './types/express-session';
export * from './types/harvardEduPerson';
export * from './types/harvardkey.response';
export * from './types/harvardKeyModuleOptions';
export * from './authentication.guard';
export * from './constants';
export * from './group.guard';
export * from './harvardkey.module';