v1.14.0

logto-io/logtov1.14.0Mar 1, 2024by silverhand-bot

AI Summary

This release adds form post callback support for social connectors, ensures TLS configurations are always visible in the SMTP connector, and adds scope parameter support to the Apple connector.

Key Highlights

  • Form post callback support for social connectors
  • SMTP connector TLS configuration visibility
  • Apple connector scope parameter support

New Features

  • POST /callback/:connectorId endpoint for form post callbacks
  • SMTP connector TLS configuration display
  • Apple connector scope parameter (email, name)

Full Release Notes

## New features

- Support form post callback for social connectors
  - Add the POST /callback/:connectorId endpoint to handle the form post callback for social connectors. This is useful for the connectors that require a form post callback to complete the authentication process, such as Apple.
- SMTP connector: Always show TLS configurations in Logto Console
- Apple connector: Support `scope` parameter
  - Now you can request for email and name during Sign in with Apple