Refactor Authentication (#8040)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com>
This commit is contained in:
tofarr
2025-04-24 18:49:41 -06:00
committed by GitHub
parent 9b1aaa53fe
commit c5245a622d
19 changed files with 931 additions and 851 deletions

View File

@@ -20,6 +20,7 @@ class ServerConfig(ServerConfigInterface):
)
conversation_manager_class: str = 'openhands.server.conversation_manager.standalone_conversation_manager.StandaloneConversationManager'
monitoring_listener_class: str = 'openhands.server.monitoring.MonitoringListener'
user_auth_class: str = 'openhands.server.user_auth.default_user_auth.DefaultUserAuth'
def verify_config(self):
if self.config_cls: