Python Django Basics for Absolute Beginners #11 Intro to User Authentication in Django

preview_player
Показать описание
In this video, we look at how to carry out user authentication with the Django web framework. User authentication allows for users to verify that they are who they claim to be.

We cover the in-built User model that comes as the default model Django uses for authentication of users. We also cover the basics of authentication for example, Creating user accounts (Signing Up), Signing In and Logging Out. The next video will cover Django authentication views.

SOURCE CODE

LEARN MORE:

SUBSCRIBE:

Please donate to this channel:

FOLLOW ME:

GITHUB:

TWITTER:

Timestamps:
00:00 Introduction
01:42 Creating Users
05:14 Changing template settings
07:54 Creating authentication views
11:34 Creating URL patterns for authentication
13:56 Creating links to various auth pages
16:28 including the user URLs to the project
17:12 Creating the login and sign up forms
25:05 Signing Up
31:33 Logging In
36:34 Checking if users are logged in
38:58 Logging out
41:13 Protecting routes
41:47 Wrapping Up
Рекомендации по теме
Комментарии
Автор

Great tuto 👍 please can you share this source code ?

abdounet