mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Fix incorrect docstring method names in get_item (set_quantity -> increase_quantity, decrease_quantity, try_decrease_quantity) - Add asyncio.Lock to AsyncJWKSFetcher._fetch_jwks to deduplicate concurrent JWKS fetches on cold/expired cache - Add threading.Lock to SyncJWKSFetcher._fetch_jwks for same reason - Add threading.Lock to _get_or_create_memory_store to prevent race condition in token store registry - Fix README clone URL to point to upstream repo - Fix E2E test SyncJWKSFetcher constructor to use correct signature (jwks_url + http_client instead of project_id + base_url) |
||
|---|---|---|
| .. | ||
| test_models | ||
| __init__.py | ||
| conftest.py | ||
| test_app.py | ||
| test_auth.py | ||
| test_client.py | ||
| test_e2e.py | ||
| test_errors.py | ||
| test_jwt.py | ||
| test_token_store.py | ||