snoryder8019 / rw_socket

1 stars 0 forks source link

Email authentication #45

Open snoryder8019 opened 2 months ago

snoryder8019 commented 2 months ago

Nodemailer is set up to handle Gmail but the less secure and a more spam prone method.

Royal uses Microsoft to handle their email and I need to hand off my method to Microsoft. Worth a discussion in the final weeks.

High priority

snoryder8019 commented 2 months ago

Plugins/nodemailer. Switch from Google auth to Microsoft 365

gmr5311 commented 2 months ago

I got started in this and made some code I "think" will work. I pushed the branch up. I will need my new IP address added to mongo and some testing credentials for a Microsoft account for me to see for sure. Let me know when you get a chance to look at those things with me.

gmr5311 commented 1 month ago

I set up a new "app" in azure with new credentials. We will need a separate one for local development because the defined uri for the callback can't be changed. With this I was able to get some testing done. Right now I'm able to get an access token returned but I'm not getting the refresh token. I'm going to need to continue working on this one.