riccardotreagles commented on issue #36117:
URL: https://github.com/apache/superset/issues/36117#issuecomment-4495439545
Same problem on 6.1.0. There is some workaround to get it working?
My following code, logout works, but login in 4.1.1 and 5.0.0 works. On >=
6.0.0 login does not work!
AUTH_TYPE = AUTH_REMOTE_USER
CUSTOM_SECURITY_MANAGER = MyCustomSecurityManager
class MyCustomSecurityManager(SupersetSecurityManager):
authremoteuserview = MyCustomRemoteUserView
class MyCustomRemoteUserView(AuthRemoteUserView):
# Leave blank
login_template = ""
@expose("/logout/")
def logout(self):
@expose("/login/")
def login(self):
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]