library · inferred from evidence
@frontegg/react
A React library provided by Frontegg for authentication and user management.
- loadUserOnFirstLoad breaks hosted login redirect (use useAuthUserOrNull, not useAuthUser)
In hosted login mode use useAuthUserOrNull instead of useAuthUser; the latter is only for embedded login and its automatic redirect is what sent you to /account/login. The reporter confirmed swapping the hook resolved the redirect. Frontegg