Files
AutoGPT/autogpt_platform/backend
Claude fccda4e4d9 feat(admin): add OAuth admin page for managing OAuth applications
This replaces the script-based setup for OAuth clients with a web-based
admin interface. The new page allows admins to:
- List all OAuth applications with search and pagination
- Create new OAuth applications with custom scopes and redirect URIs
- Enable/disable OAuth applications
- Regenerate client secrets
- Delete OAuth applications

Backend changes:
- Add admin data layer functions in oauth.py for CRUD operations
- Add new oauth_admin_routes.py with protected admin endpoints
- Register routes in rest_api.py

Frontend changes:
- Add OAuth link to admin sidebar
- Add OAuthApplication types and API client methods
- Create OAuth admin page with list, create, and manage functionality
2026-01-08 05:40:58 +00:00
..
2025-10-16 12:14:26 +02:00