GitHub user gabriel-korbato added a comment to the discussion: How to customize authentication in version 6
@dosu I can confirm that my code already imports `AUTH_REMOTE_USER` and sets `AUTH_TYPE` exactly as you suggested. I am trying to confirm if the requests are hitting the custom `AuthRemoteUserView` by adding logging, but even after instantiating the logger at the module level and setting `LOG_LEVEL = logging.DEBUG` I still see no messages from that function, even though I see log messages from my custom middleware. When I manually update the URL to navigate to `/authremoteuserview/login/` I get a 404. GitHub link: https://github.com/apache/superset/discussions/38199#discussioncomment-15902451 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
