I have a Cordova app that uses auth0-js 8.7.0. This is used to trigger calls to authorize()
, parseHash()
, and getting profile info with client.userInfo()
. Technically this app sends users to the centralized login page with the calls to authorize()
.
The Auth0.js migration guide states that this upgrade is optional for apps using an Auth0 login page. I am using an Auth0-hosted login page, but I am also using a few pieces of functionality in auth0.js to trigger these things. Would this fall in the camp of SHOULD migrate or MUST migrate?