I have a React SPA using auth0-lock ^11.11. I’m troubleshooting an issue where users are “stuck” at the “thanks for logging in” screen that seems to be triggered by the quick auth flow.
I’m in the process of trying to create a minimal repro, but I’m having trouble triggering this view; if i have an active session, i’m just taken to my application normally. If I log out of my session (we use the /v2/logout redirect to log users out), then I’m always prompted for credentials. It seems like quick auth might show up in “stale login” scenarios, but I’m unsure of when exactly that might occur. Is this documented somewhere that I’ve missed?