May 2018
Beginner to intermediate
526 pages
11h 57m
English
REST framework provides authentication classes to identify the user performing the request. If authentication is successful, the framework sets the authenticated User object in request.user. If no user is authenticated, an instance of Django's AnonymousUser is set instead.
REST framework provides the following authentication backends:
Read now
Unlock full access