Login to ui with access_token #24683
Replies: 3 comments 6 replies
-
Hi @cemrehancavdar .Is , this functionality worked for you .? |
Beta Was this translation helpful? Give feedback.
-
I am using superset in my flask application, I am using superset login rest API in my flask application to authenticate my flask application and its working, but when after I open superset dashboard which I have a link in my flask application it against redirects me to login page, |
Beta Was this translation helpful? Give feedback.
-
could you be able to help me, I have an error 'NoneType' object has no attribute 'is_active' for any support --> [email protected] thanks a lot for advance |
Beta Was this translation helpful? Give feedback.
-
Hi,
I implemented a system that uses the Superset REST API access token to bypass login in Superset's UI. This solution aims to simplify access to Superset through our app. The decode_token function, which can be found here, verifies the token against the configuration, AFAIU.
I would appreciate your feedback on this approach.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions