Homelable 3.1.2
Generic OIDC authentication lands: Homelable can now sign users in through any OIDC provider, with backend sessions, a browser login flow and full setup docs. Services get a brand icon picker in a dedicated add/edit modal, the MCP server gains lightweight node lookup tools, and its node/edge type enums are now kept in sync with the frontend by CI. This release also clears the seven open dependabot alerts.
Full changelog
Features
- Generic OIDC authentication: backend sessions and browser login flow. Thanks @autogpt-elendir. (#306)
- Brand icon picker for services, in a dedicated add/edit modal. (#313)
- MCP: lightweight node lookup tools. Thanks @Nebesz. (#312)
Fixes
- Sync the MCP node and edge type enums with the frontend, gated in CI against drift. Thanks @Nebesz. (#311)
- Harden OIDC callback validation. (#306)
- Use the official Homelable logo on the login page. (#306)
- Clear the seven open dependabot alerts and refresh vulnerable frontend packages. (#317, #306)
Docs
- Document OIDC setup and configuration. (#306)