Hi,
I need to know the pointers to develop right Chrome Extension. The user would enter credentials (email/pass) in the chrome extension itself only once (till he decides to log out).
Question1: What operations would happen between Chrome extension, Auth0, and the Flask server to make the authenticated users see the protected contents or receive the server data in the extension itself?
Question2: What application type needs to be selected from the drop-down in the Settings page?
Question3: How to make a user authenticated via the Chrome extension?
I am new to Auth0.
I have already checked https://auth0.com/docs/quickstart/native/chrome/01-login, but this isn’t the answer to my question.
Regards,
Prith