kevinflaherty1 commented on issue #5981: WTF_CSRF_EXEMPT_LIST doesn't work URL: https://github.com/apache/incubator-superset/issues/5981#issuecomment-604098882 Realized it was the directory path to the file that was needed so in my case I had a customer_security_manager.py file alongside my superset_config.py and `WTF_CSRF_EXEMPT_LIST = ['custom_security_manager.login']` worked.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
