refactor: update SSO handling and remove deprecated components
- Changed the hub-net network configuration to external in docker-compose. - Removed the Single Sign-On (SSO) service implementation and associated login form component. - Enhanced authentication callback logic to improve error handling and redirect management. - Updated various routes to streamline login and authentication processes, ensuring proper redirection to workspace login. - Cleaned up unused code and improved overall structure for better maintainability.
This commit is contained in:
@@ -313,5 +313,5 @@ networks:
|
||||
driver: bridge
|
||||
|
||||
hub-net:
|
||||
external: false
|
||||
external: true
|
||||
name: aduanasoft-hub_default
|
||||
|
||||
Reference in New Issue
Block a user