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

8 lines (7 loc) 247 B
export declare const STRATEGY_NAME: { readonly OIDC: "oidc"; readonly DEV: "dev"; readonly TEST: "test"; readonly SESSION: "rehydrate-session"; }; export type VALID_STRATEGY_NAME = typeof STRATEGY_NAME[keyof typeof STRATEGY_NAME];