You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-17Lines changed: 57 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,49 @@
1
-
# drauth
2
-
Django rest framework authentication template.
1
+
# DRAUTH
3
2
3
+
DrAuth is a Django application template that provides a complete authentication
4
+
system out of the box. With DrAuth, you can quickly and easily add user
5
+
registration, login, logout, password reset, and email verification functionality
6
+
to your Django projects.
4
7
5
-
## Dependencies
8
+
DrAuth is built using modern Django best practices,
9
+
including class-based views, forms, and templates.
10
+
It also includes custom user models and email templates that are designed
11
+
to be easily customized to fit your specific needs.
12
+
13
+
* User registration with email verification
14
+
* Login and logout functionality
15
+
* Password reset functionality
16
+
* Custom user model with email as the username field
17
+
* Easy integration with existing Django projects
18
+
19
+
* With DrAuth, you can save time and effort by not having to build an
20
+
authentication system from scratch. Instead, you can focus on building the
21
+
unique features of your application while relying on a secure and reliable
22
+
authentication system.
23
+
24
+
DrAuth is open source and free to use, so feel free to download it and use it in your projects. If you encounter any issues or have any suggestions for improvement, please open an issue or submit a pull request on GitHub.
0 commit comments