Skip to content

Django Authentication

Lectures and Assignments

Lectures

Assignments

TLO's (Testable Learning Objectives)

  • Handling user Tokens during development
  • Tying Axios requests to DRF CBV's
  • Create a Django User with AbstractUser Model
  • Create DRF AuthenticationTokens
  • Manage Relationships between Users and other Models

ELO's (Elective Learning Objectives)

  • Controlling user interface flow with authentication
  • Accessing the user from the request object
  • Managing Tokens