DEV Community

Cover image for I have created a tutorial video on how to build a login system in Django by leveraging Django's built-in auth component
Shobi
Shobi

Posted on • Updated on

I have created a tutorial video on how to build a login system in Django by leveraging Django's built-in auth component

At some point for a web application, we need the authentication feature to identify the user and manage them.

Being a battery included framework Django comes with a builtin login system. So I have created a video screencast with step by step instructions to build an auth system in Django.

In this screencast, we will be taking a look into how to leverage Django's power to build a powerful authentication system

Here is the link http://bit.ly/2NXLgnf

Source Code : https://github.com/ShobiExplains/SimpleDjangoAuthentication

Let me know what you guys thinks about the video.

Top comments (0)