Files
stack/sdks/implementations
Ejiro Asiuwhu 6aaa4b3b4b fix: guard against non-dict JSON in token refresh response
resp.json() could return non-dict values (null, string, list) which
would cause AttributeError on data.get("access_token"). Now checks
isinstance(data, dict) first, returning (False, None) for malformed
responses. Applied to both sync and async refresh helpers.
2026-03-26 10:52:22 +01:00
..
2026-03-25 16:44:42 -07:00