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:
2026-05-11 17:17:37 -05:00
parent af415eb604
commit 52577b9e66
12 changed files with 266 additions and 664 deletions

View File

@@ -313,5 +313,5 @@ networks:
driver: bridge
hub-net:
external: false
external: true
name: aduanasoft-hub_default