zgzgorg / iam-backend

0 stars 2 forks source link

user login API #41

Closed kis87988 closed 2 years ago

kis87988 commented 2 years ago

user needs API to login using a Google account.

Maybe we can use SSO, or some Google API to achieve this.

kis87988 commented 2 years ago

I think we can do Okta for another task. After research, we may use Okta for the future, but not right now. We can discuss that later. In the meantime, we can try to use flask-login and flask-dance to do the login implementation

kis87988 commented 2 years ago

Outcome:

  1. make sure user can login from Google OAuth.
  2. make sure the code can identify who is login.