Let's Go Further › User model setup and registration
Previous · Contents · Next
Chapter 12.

User model setup and registration

In the upcoming sections of this book, we’re going to shift our focus towards users: registering them, activating them, authenticating them, and restricting access to our API endpoints depending on the permissions that they have.

But before we can do these things, we need to lay some groundwork. Specifically, we need to: