You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When reloading the site, the authentication has not yet validated if a user is signed it.
This can cause an issue where users will be able to attempt to re-sign in after authentication validation
To Reproduce
Steps to reproduce the behavior:
Reload page
Hit sign in
Auth0 detects the user is already signed in
Gets redirected back to the original site.
Expected behavior
The page should wait before prompting the user with a sign in option.
This can be achieved using the isLoading function from Auth0
The text was updated successfully, but these errors were encountered:
Describe the bug
When reloading the site, the authentication has not yet validated if a user is signed it.
This can cause an issue where users will be able to attempt to re-sign in after authentication validation
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page should wait before prompting the user with a sign in option.
This can be achieved using the
isLoading
function fromAuth0
The text was updated successfully, but these errors were encountered: