-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- RFC 6749 — The OAuth 2.0 Authorization Framework
- google-auth-library-nodejs — Google's OAuth 2.0 library (suggested in Elaborate key differences of nodemailer and other packages #17 (comment))
- msal-node — Microsoft Authentication Library (suggested in Elaborate key differences of nodemailer and other packages #17 (comment))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request