/Django-Authentication

This repository contains code for Django Authentication(Signup, Login, Logout). I've used django built-in CBV Auth(LoginView, LogoutView).

Primary LanguageHTMLMIT LicenseMIT

Django-Authentication

This repository contains code for Django Authentication(Signup, Login, Logout) and Password Reset Email(SendGrid SMTP). I've used django built-in CBV Auth(LoginView, LogoutView), and ResetPassword(PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView, PasswordResetCompleteView)

Signup Page!

Signup Page

Login Page!

Login Page

Logout Page!

Logout Page

Password Reset Page!

Password Reset Page