FreedomBen / libmalan

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

Update Error Response type #25

Closed FreedomBen closed 2 years ago

FreedomBen commented 2 years ago

This brings in the changes in malan resulting from #24 and also enumerates possible values in applicable fields

Fixes #24

FreedomBen commented 2 years ago

Ok this is ready for review/merging (i.e. no longer a WIP). I love the idea of more type specificity but after hacking on it for a few mins I think getting this merged and iterating the type specificity is a good plan.

We'll want to deploy this in connect around the same time as deploying malan to prod since the error response structure changed.