Completed
Authentication Class
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Generating Authentication Tokens in Django Rest Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Django Rest Documentation
- 3 Basic Authentication
- 4 Setting the Authentication Scheme
- 5 Setting the Rest Framework Declaration
- 6 ClassBased View
- 7 Annotations
- 8 Authentication Class
- 9 Token Authentication
- 10 Generating Tokens
- 11 Creating PostSave Receiver
- 12 Testing
- 13 Generating tokens through the admin
- 14 Generating tokens through the API
- 15 Generating tokens when a user logs in
- 16 Permissions