-
- Downloads
tests/auth: Add client and sever interceptor tests
parent
c4021884
No related branches found
No related tags found
Showing
- tests/auth/__init__.py 0 additions, 0 deletionstests/auth/__init__.py
- tests/auth/data/jwt-hs256-conflicting.secret 1 addition, 0 deletionstests/auth/data/jwt-hs256-conflicting.secret
- tests/auth/data/jwt-hs256-expired.token 1 addition, 0 deletionstests/auth/data/jwt-hs256-expired.token
- tests/auth/data/jwt-hs256-matching.secret 1 addition, 0 deletionstests/auth/data/jwt-hs256-matching.secret
- tests/auth/data/jwt-hs256-unbounded.token 1 addition, 0 deletionstests/auth/data/jwt-hs256-unbounded.token
- tests/auth/data/jwt-hs256-valid.token 1 addition, 0 deletionstests/auth/data/jwt-hs256-valid.token
- tests/auth/data/jwt-rs256-conflicting.pub.key 6 additions, 0 deletionstests/auth/data/jwt-rs256-conflicting.pub.key
- tests/auth/data/jwt-rs256-expired.token 1 addition, 0 deletionstests/auth/data/jwt-rs256-expired.token
- tests/auth/data/jwt-rs256-matching.priv.key 15 additions, 0 deletionstests/auth/data/jwt-rs256-matching.priv.key
- tests/auth/data/jwt-rs256-matching.pub.key 6 additions, 0 deletionstests/auth/data/jwt-rs256-matching.pub.key
- tests/auth/data/jwt-rs256-unbounded.token 1 addition, 0 deletionstests/auth/data/jwt-rs256-unbounded.token
- tests/auth/data/jwt-rs256-valid.token 1 addition, 0 deletionstests/auth/data/jwt-rs256-valid.token
- tests/auth/test_client.py 71 additions, 0 deletionstests/auth/test_client.py
- tests/auth/test_interceptor.py 169 additions, 0 deletionstests/auth/test_interceptor.py
tests/auth/__init__.py
0 → 100644
tests/auth/data/jwt-hs256-conflicting.secret
0 → 100644
tests/auth/data/jwt-hs256-expired.token
0 → 100644
tests/auth/data/jwt-hs256-matching.secret
0 → 100644
tests/auth/data/jwt-hs256-unbounded.token
0 → 100644
tests/auth/data/jwt-hs256-valid.token
0 → 100644
tests/auth/data/jwt-rs256-expired.token
0 → 100644
tests/auth/data/jwt-rs256-matching.priv.key
0 → 100644
tests/auth/data/jwt-rs256-matching.pub.key
0 → 100644
tests/auth/data/jwt-rs256-unbounded.token
0 → 100644
tests/auth/data/jwt-rs256-valid.token
0 → 100644
tests/auth/test_client.py
0 → 100644
tests/auth/test_interceptor.py
0 → 100644
Please register or sign in to comment