File size: 234 Bytes
81e3673
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
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
"""