mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-02 04:53:47 +00:00
OAuth authorize URLs in Slack, Notion, X, and Google adapters were constructed via f-string interpolation, leaving parameters like redirect_uri, scope, and state vulnerable to breakage with special characters (spaces, ampersands, etc). LinkedIn already used urlencode. Switch all adapters to use urlencode for proper URL encoding. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pydantic | ||
| validator | ||
| babel.py | ||
| celery.py | ||
| code.py | ||
| database.py | ||
| encrypt.py | ||
| environment.py | ||
| oauth_adapter.py | ||
| redis_utils.py | ||
| sqids.py | ||
| trigger_utils.py | ||