seregamazur / oauth2-tutorial

This is a repo with the manual OAuth2 requests to the following providers: Google, Facebook, Github and Okta.
0 stars 0 forks source link

OAUT-7. Implement User Account Creation via first OAuth2 Login. #8

Closed seregamazur closed 1 year ago

seregamazur commented 1 year ago

Description: As part of our application's authentication system, we want to provide users with the option to log in using their OAuth2 accounts via OAuth2. When a user logs in for the first time using their Google or Facebook or any other OAuth2 account, we should automatically create a new account for them in our system. This ticket involves implementing the necessary backend and frontend functionality to achieve this.