Files
AutoGPT/autogpt_platform/backend
Claude 76904bf002 feat(oauth): add user self-service OAuth app management
Allow users to create and manage their own OAuth applications from
the profile settings page, in addition to admin management.

Backend changes:
- Add user OAuth endpoints: POST /apps (create), PATCH /apps/{id}
  (update), DELETE /apps/{id} (delete), POST /apps/{id}/regenerate-secret
- Add user_update_oauth_application function in data layer
- Verify ownership for all user operations

Frontend changes:
- Update OAuthAppsSection with create app dialog
- Add delete confirmation and regenerate secret dialogs
- Add BackendAPI methods for user OAuth operations
- Update useOAuthApps hook with create, delete, regenerate handlers
- Show client secret securely with copy and visibility toggle
2026-01-08 05:49:38 +00:00
..
2025-10-16 12:14:26 +02:00