techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 9)
81e3673 verified
Raw
History Blame Contribute Delete
234 Bytes
"""
OAuth Security Tests Package
Tests for OAuth 2.0 flows including:
- Authorization flows (authorization code, implicit, client credentials)
- Token handling (access, refresh, revocation)
- Scope validation
- Callback security
"""