mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Return (False, None) instead of (True, None) when the OAuth token endpoint returns 200 but the response has no access_token field. Also moved Awaitable/Callable imports behind TYPE_CHECKING guard since they are only used for type annotations.