google-oauth-access-token-w.../README.md
2025-07-05 11:49:28 +09:00

20 lines
No EOL
348 B
Markdown

# Google Access Token Collector
Google OAuth `access_token`을 수집하는 테스트용 Express 서버입니다.
OAuth 취약점 연구 및 시나리오 재현 목적으로 제작되었습니다.
---
## Requirements
- Node.js (v18 이상 권장)
- npm
---
## 설치 방법
```bash
cd google-at-collector
npm install
```