- Implemented OAuth2 server with client registration, authorization, and token endpoints. - Created HTML templates for client authorization, client creation, and client editing. - Developed an OAuth2 client application using Hono.js and Bun, supporting authorization code grant flow. - Integrated PKCE (Proof Key for Code Exchange) for enhanced security during authorization. - Added session management using cookies for user authentication. - Included detailed README documentation for setup and usage instructions.
230 B
230 B
oauth2-attacker
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.2.18. Bun is a fast all-in-one JavaScript runtime.