New Features
- Dynamic reloading of admin settings — The admin settings GET endpoint now reloads the configuration before returning it, ensuring that the displayed values always reflect the current state.
- CryptoSigner interface exposed — The cryptographic signing interface and the ServerBuilder’s WithCryptoSigner option are now public, allowing SaaS integrations to inject their own signing implementation.
Fixes
- Magic Link & RLS — Fixed a bug where magic link tokens did not have the tenant_id set, causing failures related to PostgreSQL RLS policies.