mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 06:15:41 -05:00
Design for making AutoGPT serve as: 1. OAuth Provider - external platforms can "Sign in with AutoGPT" 2. Credential Broker - handle third-party OAuth (Google, etc.) via iframe while keeping tokens secure from calling applications Key features: - Full OAuth 2.0/OIDC authorization server implementation - Embeddable integration OAuth page for iframe flows - Credential proxy API for secure token usage - postMessage-based communication for iframe isolation