Logto product update: Interactive integrations, new SDKs and tutorials
Discover the latest features and improvements that we have been working on from the previous period.
We have a bunch of exciting updates to share with you this month! Let's kick things off with the integration guides.
Brand new integration guides
We've redesigned our integration guides during application creation to make it easier for you to get started with Logto. In addition of the step-by-step instructions, we've also included a sample application for most of our supported languages and frameworks.
Now, you can get started without choosing an application type. Simply select your favorite language or framework, and we'll guide you through the rest.
New SDKs and tutorials
In the past month, we've listened to your feedback and released multiple SDKs with tutorials to make Logto even easier for you to integrate. Let us know if there's a language or framework that you'd like to see us support next!
Mailgun connector
We added a dedicated connector to make sending emails via Mailgun easier. It also supports Mailgun email templates.
In addition, we added a practical feature for OSS:
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