isAuthenticated and user return false when using passwordless authentication

I have a demo React app configured with passwordless authentication.

I used loginWithRedirect to peform a passwordless login. The app displays {isAuthenticated: false, user: false} after the login has been completed.

Here’s the Github repo.

Thanks in advance