Saswat Arabinda

Results 1 comments of Saswat Arabinda

Here the issue is, the `signIn` method, takes time to update the context/cookie. In between if the user gets redirected to `ProtectedRoute`, it fails to authenticate `if (!isAuthenticated(context.authState)) {}` and...