-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/add dashboard auth #58
Conversation
Test in progress |
Still ongoing: cc: hummingbot/dashboard#157 (comment)
After you added connector you need to refresh the page to reflect the changes, however it will lead to
Actual: Logout button available only for Humingbot Dashboard tab on side pane (if you are on other tab you could not log out) |
PR update:
|
PR update:
|
Found the issue, the environment variable in the compose file wasn't getting picked up by the config.py file. Opened PR - hummingbot/dashboard#168 to fix the issue. After making the change the auth_system works when setting to either true or false |
This PR has the following changes: