Hey,
how can we transition our React-based application from utilizing Centralized Universal Login to Embedded Login? Specifically, can we integrate both auth0-react and auth0-js SDKs to manage authentication seamlessly?
we aim to verify authentication with auth0React.useAuth0(‘@auth0/auth0-react’). If authentication fails, we wish to redirect the user to the sign-in page and use auth0-js SDK to retrieve the access token. Is a hybrid approach feasible, or should we rely on a single SDK for authentication management throughout the application?
thanks for the support