You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use proper URL encoding in OAuth URL generation
Replace manual string concatenation with urllib.parse functions for secure URL construction:
- Use urlencode() for query parameters to prevent injection
- Use urlunsplit() for proper URL assembly
- Update tests to match encoded output
Addresses: #211 (comment)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments