diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_unauthenticated_surface.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_unauthenticated_surface.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/meshbay-hub/tests/test_unauthenticated_surface.py b/packages/meshbay-hub/tests/test_unauthenticated_surface.py index 2c9541a..f2da42b 100644 --- a/packages/meshbay-hub/tests/test_unauthenticated_surface.py +++ b/packages/meshbay-hub/tests/test_unauthenticated_surface.py @@ -35,6 +35,7 @@ PUBLIC = { ("POST", "/v1/users/login"): "obtains a session — per-IP limit, per-name lockout", ("POST", "/v1/users/auth"): "device sign-in — Ed25519 signature over a fresh timestamp", ("POST", "/v1/users/token/refresh"): "the refresh token is the credential", + ("POST", "/v1/users/logout"): "the refresh token is the credential; it can only revoke", ("POST", "/v1/users/verify-email"): "the e-mailed code is the credential, attempts capped", ("POST", "/v1/users/password/reset-request"): "captcha, per-IP and per-account limits", ("POST", "/v1/users/password/reset"): "the e-mailed code is the credential, attempts capped", |