mickasmt / next-saas-stripe-starter

Open-source SaaS Starter with User Roles & Admin Panel. Built using Next.js 14, Prisma, Neon, Auth.js v5, Resend, React Email, Shadcn/ui, Stripe, Server Actions.
https://next-saas-stripe-starter.vercel.app
MIT License
1.91k stars 350 forks source link

How do prevent automatic re-login in Google Auth #60

Open ariadi opened 2 weeks ago

ariadi commented 2 weeks ago

Hello Folks and creator!

I'm trying to run this app on localhost, and everything's working fine. But when I try to re-login, Google auth doesn't ask me to choose an account, it just logs me straight in. Any ideas on how to prevent this? Thanks.

iamhenry commented 2 weeks ago

you might have to delete the connected account from your google settings

ariadi commented 2 weeks ago

Yes, you're right. But I'm looking for a way to prevent it.