authlib-flask-test/example-oauth2-server/website/templates
imnyang 7cd05b5c6a feat: Add OAuth2 server and client implementation with PKCE support
- 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.
2025-07-13 17:08:55 +09:00
..
authorize.html feat: Add OAuth2 server and client implementation with PKCE support 2025-07-13 17:08:55 +09:00
create_client.html feat: Add OAuth2 server and client implementation with PKCE support 2025-07-13 17:08:55 +09:00
edit_client.html feat: Add OAuth2 server and client implementation with PKCE support 2025-07-13 17:08:55 +09:00
home.html feat: Add OAuth2 server and client implementation with PKCE support 2025-07-13 17:08:55 +09:00