FreedomBen / libmalan

Simple TypeScript utility methods for accessing the Malan authentication service
MIT License
0 stars 1 forks source link

parse errors on all users and sessions endpoints #18

Closed cainlevy closed 2 years ago

cainlevy commented 2 years ago

The handleResponseError function looks for Malan responses with a certain shape and throws MalanError. Any other unknown error, like a networking issue, is re-thrown without modification.

closes #17