I’m using 3rd party logins as well as the Wix email/pass login. With the 3rd party, I’m able to receive a JWT and pass that to my MongoDB login and persist login across all of my platforms.
But, with the email/pass, I am unable to retrieve the JWT. There’s not an API function nor a way to get the Cookie.
I need this JWT to complete my login process and go LIVE.