Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
    • Manjinder Singh's avatar
      changed oauth2 authentication class in bookmarks app (#22908) · e0981025
      Manjinder Singh authored
      * Added new authentication class(meets drf standards)
      
      The new class replaces the deprecated oauth2authetnication class from rest_framework_auth library(repo django-rest-framework-oauth).
      Majority of the code is combination of copy-pasta from old oauth2authentication class and Oauth2AuthenticationAllowInactiveUser class
      
      * Added ability to switch to new authentication class in bookmarks app
      
      * Changed error type reported by Outh class. It now outputs a json rather than a string.
  2. Feb 03, 2020
  3. Feb 02, 2020
  4. Jan 31, 2020
  5. Jan 30, 2020
  6. Jan 29, 2020