@manujdhull/nestjs-pkce-oauth2
Version:
A NestJS plugin to simplify OAuth2 PKCE flow integration, including decorators, guards, and token/session management.
8 lines (7 loc) • 330 B
TypeScript
export * from './oauth2-pkce.module';
export * from './decorators/oauth-initiate.decorator';
export * from './decorators/oauth-callback.decorator';
export * from './services/token-store.service';
export * from './services/code-verifier-store.service';
export * from './guards/state.guard';
export * from './utils/validate-query';