apiPlatform
- Customer-facing IMAP/SMTP validation logs — Authentication validation failures for IMAP and SMTP connections now produce customer-visible logs, making it easier to diagnose grant creation issues.
- Request ID forwarding — Auth service logs now include
request_idfor improved traceability when debugging authentication flows.
- Plus sign in hosted auth — The hosted authentication UI now correctly accepts email addresses containing a
+symbol (e.g.,[email protected]). - Grant re-authentication — Fixed an issue where re-authenticating an existing grant could fail instead of updating the existing credentials.
- Hosted auth redirect encoding — Fixed login hint redirect encoding in the hosted authentication flow.
Updated
Section titled “Updated”- Improved authentication service performance with optimized read operations.