AWS2 / djmatrics

0 stars 1 forks source link

Forbid social login account creation in PRE #10

Open emieza opened 3 years ago

emieza commented 3 years ago

If you do a social login with a valid account it will create a new account in the application.

In order to make a user available to get into the application, a User object has to be created in the backend with the appropriate email address. Then the social login will be successful.

emieza commented 3 years ago