knboard icon indicating copy to clipboard operation
knboard copied to clipboard

Add ability to log in/sign up with social auth

Open nrsimha opened this issue 5 years ago • 2 comments

It will be nice to have option to log in/sign up with social auth (e.g. Google, Github or FB).

nrsimha avatar Jun 01 '20 20:06 nrsimha

@rrebase I also noticed that the forgot password option is missing. Should we create an issue for it?

HappyNinja2 avatar Jul 31 '20 00:07 HappyNinja2

Yeah, please create an issue for the forgot password option.

Social auth should be done with django-allauth. It's probably not super straightforward since the project is an SPA and the templates can't be reused. Need to add/update appropriate rest API endpoints of dj-rest-auth .

rrebase avatar Jul 31 '20 00:07 rrebase