Commit Graph

2 Commits

Author SHA1 Message Date
João Vitória Silva
f6eb104260 Enhance OIDC provider support and frontend chunking
Improves OIDC provider handling in the backend by adding detailed error handling, HTTP client reuse, and new templates for Microsoft and Google providers. Updates frontend to use environment-based URLs for identity provider login, refines i18n text, and configures Vite to optimize chunk splitting and API proxying for better performance and development experience.
2025-10-14 12:32:14 +01:00
João Vitória Silva
e13cc895fc Add SSO identity provider support (backend & frontend)
Introduces full support for external identity providers (SSO) including database migrations, backend CRUD/service/routes, and frontend management UI. Adds new models, schemas, and API endpoints for configuring and managing identity providers, as well as user-to-provider linking. Updates server settings to support SSO options and enhances the login flow to allow SSO authentication. Includes new frontend components for managing identity providers, SSO login icons, and related i18n resources.
2025-10-10 23:05:19 +01:00