neulab / cmulab

CMU Linguistic Annotation Backend
14 stars 1 forks source link

Directions suggest plain-text password over unencrypted connection #2

Closed neubig closed 1 year ago

neubig commented 5 years ago

Currently the directions suggest sending a password over an insecure connection. I wonder if it would be possible to start out by suggesting user authentication to happen through Google for example to bypass this problem.

Reply from @antonisa: It's doable within Django's framework: https://fosstack.com/how-to-add-google-authentication-in-django/ https://medium.com/trabe/oauth-authentication-in-django-with-social-auth-c67a002479c1