Note
We are busily building MFA, Organizations, Enterprise SSO, and more security features. Subscribe to our newsletter so you won't miss any updates!
Feature updates
New app guides design
The app guides have been completely redesigned for an even more streamlined experience. Now when you create an app, you can search for your favorite framework or integration, and enjoy the tailored interactive tutorial.
New SDKs
We've crafted four new official SDKs: Python, PHP, ASP.NET Core, and CapacitorJS.
Don't hesitate to let us know if your favorite framework is missing. :-)
Mailgun connector
We added a dedicated connector to make sending emails via Mailgun easier. It also supports Mailgun email templates.
Specify algorithm when rotating keys
The CLI command to rotate OIDC private keys now supports specifying the key type. While the default key type ec
may not work in legacy platforms, you can use --type rsa
to prepend a new RSA key, for example:
logto db config rotate oidc.privateKey --type rsa