🔥 Subscribe to my YouTube + Turn on Notification Bells!
👉 / @bryanbrkic
Follow Me on Twitter - / bryanbrkic
Follow Me on IG - / bryanbrkic
Follow my Facebook Page - / bryanbrkicfb
Hey, Bryan here. I share videos that help web developers up their development skills!
Today I'll be sharing the eleventh part for setting up an authentication system that I will help you implement using React, Redux, and Django with the Django Rest Framework. I will also be using Bootstrap 4 for the styling in the application.
This is going to be an authentication system with some awesome production level features:
1. You will see how to customize the Django User Model.
2. You will see how to make it so that users are required to verify an account before they can log in.
3. You will see how to allow users to have the ability to reset their password if they forgot the password they signed up with.
4. You will learn how to implement these features using the JSON Web Token authentication scheme.
5. You will learn how to use the Djoser library in order to implement all these awesome features and easily be able to implement even more awesome production level authentication features!
In this part, I will be setting up functionality for signing up for an account with social authentication using Facebook OAuth2. This will allow users to create and log into the application using their facebook accounts instead of signing up with an email and a password.
To stay up to date with the best web development content, make sure you subscribe to My YouTube channel Today!
The final project code can be found at: https://github.com/linkedweb/auth_system