![]() - Add two endpoints to OAuth `integrations.py`: - `GET /integrations/{provider}/credentials` - list all credentials for a provider, without secrets (metadata only) - `GET /integrations/{provider}/credentials/{cred_id}` - retrieve a set of credentials (including secrets) - Add `username` property to `Credentials` types - Add logic to populate `username` in OAuth handlers - Expand `CredentialsMetaResponse` and remove `credentials_` prefix from properties - Fix `autogpt_libs` dependency caching issue - Remove accidentally duplicated OAuth handler files in `autogpt_server/integrations` |
||
---|---|---|
.. | ||
autogpt_libs | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
AutoGPT Libs
This is a new project to store shared functionality across different services in NextGen AutoGPT (e.g. authentication)