UNPKG

@manujdhull/nestjs-pkce-oauth2

Version:

A NestJS plugin to simplify OAuth2 PKCE flow integration, including decorators, guards, and token/session management.

42 lines (41 loc) 909 B
{ "name": "@manujdhull/nestjs-pkce-oauth2", "version": "1.0.3", "description": "A NestJS plugin to simplify OAuth2 PKCE flow integration, including decorators, guards, and token/session management.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/Manujdhull/nestjs-oauth2-pkce.git" }, "keywords": [ "nestjs", "oauth2", "pkce", "nestjs-oauth2", "google-login", "oauth2-pkce" ], "author": "Manuj Dhull", "license": "MIT", "files": [ "dist", "README.md", "LICENSE" ], "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "axios": "^1.0.0" }, "devDependencies": { "@types/express": "^5.0.3", "typescript": "^5.0.0" }, "dependencies": { "express": "^5.1.0" } }