How should I handle 401 and 403 errors when using Fable.Remoting?
mrakgr opened this issue · 1 comments
mrakgr commented
JWT tokens have a short duration, so I am worried about getting a 401 response from the server in the middle of the session. I want a way to be notified of them when the request fails so I can rebuild the Remoting proxy with a new one. A Google search and a skim through the docs is turning up nothing for me, sorry if I missed this being answered somewhere.
mrakgr commented