Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 1.3 KB

README.md

File metadata and controls

6 lines (6 loc) · 1.3 KB

#🔐 Web-Authentication

Web Authentication With Django

This is a Django project to authenticate users, in which the user can first register, for which there are two options, using a Google account and using personal information such as email, username, and password.

And after creating an account, they can edit their information or request a password change.

Also, the user can use a Google account or his username and password to log in, and if he has forgotten his password, we can provide the user with a link to reset the password using SMTP in Django.

The information of these users is stored in the database and is used for other steps.