views.py
13.3 KB
-
Diabled CSRF protection for Credit Course API endpoints · a1ba77d6
CSRF protection needs to be disabled so that requests made using OAuth and other non-session-based authentication mechanisms can be properly processed. If session authentication is used, DRF will enforce CSRF protection. XCOM-524
Clinton Blackburn committed