After registration, a user will get an email with a verification link. Why is there such a procedure? We would like to have users with valid emails only to be able to contact them. (If we don’t care about emails, we could use the username for login)
React and Django Free Boilerplate
Learn how to write SaaS application with React and Django from scratch
Contact us for any questions by filling a form.
Topic: Course
-
Email Verification View in React for DRF backend
React Django-rest-framework Course Aleksandra Płońska, Piotr Płoński, October 06, 2022
-
Django Rest Framework Register New User with Email Verification
Django-rest-framework Course Aleksandra Płońska, Piotr Płoński, October 06, 2022
In this step, we will look closely at how the new user registration process looks and write a unit test for registration.