Note
We've received valuable feedback from our community since launching Logto Cloud (Preview) and OSS General Availability. Thank you!
Over the past month, we've been focused on enhancing Logto's functionality, fixing bugs, and improving its security features. Additionally, we're working on developing a reasonable pricing model and finalizing the details. If you're interested, please don't hesitate to contact us.
Feature updates
-
Redis cache support: We’ve added support for Redis as a central cache for well-known data. This will allow for faster and more efficient data retrieval. See 🗄️ Enable central cache for details.
-
New CLI command: We’ve added a new CLI command
logto connector link
to link local connectors without downloading from the remote. See Manage connectors for details. -
Translation updates: We’ve added Italian (
it
) and Polish (pl-PL
) translations to make Logto more accessible to users worldwide. -
Console updates:
-
Two new Management APIs:
POST /users/:userId/password/verify
will allow you to verify a user's password;GET /users/:userId/has-password
will allow you to check if a user has a password.
Security update
We've applied various security headers to server responses, and while the violation is currently report-only, we'll enforce them in the next version.
In most cases, no action is required. Please see #3590 #3613 for details.
Bug fix
- We've removed all deprecated values in the filter and fixed the filter functionality on the web console's Audit Logs tab.
- Fixed pt-BR phrase by @flaviofiori in #3656
Coming soon
Other important features we're planning for this year include SSO, MFA, and Organizations. Stay tuned!
Full Changelog: v1.1.0...v1.2.0