June 2022
Beginner
190 pages
2h 53m
English
The next part of our app will concern user authentication where we allow users to sign up and log in. Implementing user authentication is famously hard. Fortunately, we can use Django's powerful, built-in authentication system that takes care of the many security pitfalls that can arise if we were to create our own user authentication from scratch.
In this chapter, we will be covering the following topics:
In this chapter, we will be using Python 3.8+. Additionally, ...
Read now
Unlock full access