Node, express, passport, auth0 Strategy & pop-up mode

passport-auth0 v 1.4.0
node 14.17.0

Hi, I have implemented passport-auth0 authentication with a redirect to the hosted login page. I was curious if anyone had any tips on avoiding that redirect, and opening the hosted login page inside my application as to avoid navigating away from my SPA’s login screen.

Thanks in advance!