Add support for OAuth 2.0 authentication in @upyo/smtp transport.
Background
OAuth 2.0 authentication allows users to authenticate with SMTP servers (such as Gmail, Outlook) using OAuth tokens instead of app passwords. This is increasingly required by major email providers for enhanced security.
Currently, OAuth 2.0 authentication is listed as “planned” in the comparison with alternatives.
References
Add support for OAuth 2.0 authentication in
@upyo/smtptransport.Background
OAuth 2.0 authentication allows users to authenticate with SMTP servers (such as Gmail, Outlook) using OAuth tokens instead of app passwords. This is increasingly required by major email providers for enhanced security.
Currently, OAuth 2.0 authentication is listed as “planned” in the comparison with alternatives.
References