oidc-react
oidc-react copied to clipboard
Hook does not work
The hook descibed in the guides does not work (any more?) as it is documented. I called:
const auth = useAuth();
This is the result of auth, and as you can see, there is no profile, which is used in the hook-guide:

In the onSignIn after the login I do see the profile.
Did you set loadUserInfo to true?
<AuthProvider /* (Other options) */ loadUserInfo>
<App />
</AuthProvider>
This issue seems to have gone stale.
I'm closing this now, but feel free to open a new issue or let me know if this should be reopened :)