supertokens / supertokens-website

Frontend SDK for SuperTokens - for session management + automatically refreshing sessions
https://supertokens.com
Other
54 stars 13 forks source link

Fix refresh empty body #89

Closed porcellus closed 3 years ago

porcellus commented 3 years ago

Summary of change

Fixing how we transform fetch responses with empty bodies into axios errors.

Related issues

Test Plan

Added a test that throws the error with empty body/content-type. It doesn't make .text throw sadly

Documentation changes

N/A

Checklist for important updates