You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this doesn't have a good way to perform refreshes, or generate an updated DPoP when receiving a DPoP nonce. The middleware needs to have a method that takes an error.
One reason we held off on this is because we want to support both axios and fetch interfaces.
Nice to haves:
chainable: we can do dpop updates with nonce and refresh token updates as separate objects
The current auth middleware API is
However, this doesn't have a good way to perform refreshes, or generate an updated DPoP when receiving a DPoP nonce. The middleware needs to have a method that takes an error.
One reason we held off on this is because we want to support both axios and fetch interfaces.
Nice to haves:
Some options:
Aspect oriented:
With sub-object:
Interceptors:
????
Code Samples: Interceptors
???
The text was updated successfully, but these errors were encountered: