Skip to content
Skip to main content

Nylas Auth Service

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_id for 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.
  • Improved authentication service performance with optimized read operations.