The FusinAuth client types are incomplete and we needed to define some for a few items (IntrospectResponse and ClientResponse.exception is incorrect).
We decided to patch it locally which makes sense, but the way we overrode it forced us to blow existing types up and implement our own version (which can rot). We also should consider opening an upstream PR to fix their types!
The FusinAuth client types are incomplete and we needed to define some for a few items (
IntrospectResponseandClientResponse.exceptionis incorrect).We decided to patch it locally which makes sense, but the way we overrode it forced us to blow existing types up and implement our own version (which can rot). We also should consider opening an upstream PR to fix their types!