mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Decode JWT access token claims locally without network request - Return TokenPartialUser with user ID, display name, email, and flags - Return None when no token store or no access token available - Support token_store override parameter for per-call flexibility - Method is synchronous on both classes since it performs no I/O