First time using Auth0 - How to authorize only signed up users

Hi All,
I’m diving into Auth0 for the first time.

I’m building a SPA (react) and integrated auth0 as an authentication provider. I’ve enabled self managed signup (so new users can register to use the app) with no problems. Signup flow works flawlessly.

However, when logging in, all users with a valid social account are allowed to access the app.

What is the appropriate flow to implement this? Should I use an endpoint of my own to validate if the users is already created on my DB? Or is it some configuration that I am missing?

Thanks in advance for the help,
Lucas

1 Like

Hello @lucasgp, Welcome to our Community!

Would you please elaborate further what problem are you facing in here? We are trying to better understand your use case.

Thanks!

1 Like