Auth middleware not working in custom mixin #9498
              
                Unanswered
              
          
                  
                    
                      nahasco
                    
                  
                
                  asked this question in
                Potential Issue
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a custom permissions mixin.
But the request isnt running through the custom auth middleware defined in rest framework settings.
`
class ProfilePermissionsRequiredMixin:
required_permissions = []
`
Beta Was this translation helpful? Give feedback.
All reactions