Use that token to send in the header of your other api calls to superset. I wanted to try apache superset so i followed official docs for docker compose: At the moment i am at this step:
I'm trying to understand how one should be able to insert superset's dashboards and charts inside another application. What version of superset are you using? It has this api /security /login, you can follow the json parameter format and get the jwt bearer token.
My code for custom_security_manager.py is; I can build the app and get to the landing page but the credentials i created. I cloned the repo (step #1) and lunched with step 2 option #1 (i.e. I am customizing apache superset login using custom security manager, but unable to redirect the welcome page.
Installed superset using the docker image, but i was never prompted for an admin account creation. To bypass the superset login you can extend the authoauthview.login method to check if provider is none, and if there’s only one oauth provider, assign it directly. Reinitiliase the database to recreate the users table. I installed apache superset through the docker installation and it requested to create an admin.
# to create admin user. I have been running into an issue where i modified public_role_like_gamma = true in both superset/config.py and added the datasource to public as per the link.