I’m trying to integrate Auth0 to my Next.js application using the package auth0/nextjs-auth0. I want to allow user to login with Google to authenticate to my Next.js app. And then when they want to conenct to certain Google api, they will then be asked to grant access to those apis. At the moment, seems like all these connections are prompted during the login time, which is inconvenient to some users as they don’t know what access they need to grant at the first place. How could I separate these two processes? I want to allow the user to just login first, and then ask for access whenever they need to?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Authorization with prompt=consent AND prompt=login | 2 | 3859 | June 30, 2020 | |
Requesting access prompt | 4 | 33 | May 29, 2025 | |
Is it possible to add oauth authentication to GPTS? | 1 | 550 | December 5, 2023 | |
Ask for access directly on loginWithPopup | 2 | 2248 | November 7, 2022 | |
Suppressing Auth0 consent screen when sending prompt: “consent” to Google? | 4 | 1365 | November 2, 2023 |