stack/sdks/implementations/python/src/stack_auth
Ejiro Asiuwhu c5ab83984f feat: add payment methods and email sending to StackServerApp
- Add _resolve_customer_path helper for polymorphic customer identification
- Add list_products, get_item, grant_product, cancel_subscription to both sync and async facades
- Add send_email and get_email_delivery_stats to both sync and async facades
- Export ServerItem, AsyncServerItem, EmailDeliveryInfo from package root
2026-03-25 01:49:12 +01:00
..
models feat: add ServerItem, AsyncServerItem, and EmailDeliveryInfo models 2026-03-25 01:47:35 +01:00
__init__.py feat: add payment methods and email sending to StackServerApp 2026-03-25 01:49:12 +01:00
_app.py feat: add payment methods and email sending to StackServerApp 2026-03-25 01:49:12 +01:00
_auth.py feat: add authenticate_request with jwt verification and partial decode 2026-03-25 00:50:59 +01:00
_client.py feat: add sync and async HTTP client with retry logic 2026-03-24 22:23:56 +01:00
_constants.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
_jwt.py feat: add jwt verification with async jwks fetcher and ttl cache 2026-03-24 22:23:23 +01:00
_pagination.py feat: add pagination support with cursor-based PaginatedResult 2026-03-24 22:25:13 +01:00
_token_store.py feat: add token store with CAS-based refresh and dual locks 2026-03-25 00:51:40 +01:00
_types.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
_version.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
errors.py feat: add python sdk package skeleton with error hierarchy 2026-03-24 22:18:36 +01:00
py.typed test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00