Hi There,
Using auth0-react version1.1.0, I’m able to authenticate the user and return back the token object
However the value of the useAuth0().isAuthenticathed() returns always false.
Also useAuth0().user is empty
For this SDK, do I have to capture the token and modify by myself the values of useAuth0() or do I need to make other calls to Auth0 ?
BR
David