salmanulfarzy / learning_log

Personalized note taking
1 stars 0 forks source link

User authentication #3

Open salmanulfarzy opened 7 years ago

salmanulfarzy commented 7 years ago

Improve user registration and login process by allowing either user name or email as user name.

Add an option to verify using 3rd party services. Discussion needed about this.

salmanulfarzy commented 7 years ago

pennersr/django-allauth is an excellent authentication package providing most of the required functionalities. It provided the following functionalities,

Details