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 | |
---|---|---|---|---|
Auth0/nextjs Help with SilentAuth for SSO | 0 | 1952 | November 6, 2022 | |
Auth0JS vs NextJS SDK | 2 | 156 | October 17, 2024 | |
Custom Login with NextJS Passwordless | 0 | 3173 | July 31, 2021 | |
Login user without prompting for username and password | 2 | 1272 | August 22, 2023 | |
I Need a seamless login between two applications (nextjs and spring mvc) using same auth0 client | 8 | 1102 | January 26, 2024 |