I Want to learn node js authentication which is secure as when I use Gmail SMTP it says that your site is less secure
For further actions, you may consider blocking this person and/or reporting abuse
I Want to learn node js authentication which is secure as when I use Gmail SMTP it says that your site is less secure
For further actions, you may consider blocking this person and/or reporting abuse
ClickIT - DevOps and Software Development -
thinkThroo -
Rajesh Kumar Yadav -
Khalif AL Mahmud -
Top comments (1)
Hi, Zaki!
If you're talking about SMTP specifically, your best bet is to support app passwords and suggest your users to enable app passwords as it is described here: support.google.com/accounts/answer...
If you're talking about authentication in node.js in general, we in Doma bet on decentralised identifiers together with verifiable credentials to serve our authentication, authorisation and accounting needs.
Microsoft have rolled out and is, to our knowledge, pledging to support DIDs.
Learn more about using their nodejs library here: didproject.azurewebsites.net/docs/...