jcreigno / nodejs-mail-notifier

nodejs library to listen incoming mail
MIT License
168 stars 77 forks source link

Mail notifier support Azure MSAL #67

Open giacomobartoli opened 2 years ago

giacomobartoli commented 2 years ago

Does this library support OAuth (Azure MSAL) to access a specific email?

For instance, given the email info@domain.com I can't connect directly with username and password but I need to obtain a JWT Token using client ID/client secret (already given) and then insert the token into the header of each request.

More info: https://www.npmjs.com/package/@azure/msal-node https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-v2-libraries