DEV Community

Mohd Ahmad
Mohd Ahmad

Posted on

I Want To learn Auth in Node JS

I Want to learn node js authentication which is secure as when I use Gmail SMTP it says that your site is less secure

Top comments (1)

Collapse
 
doma profile image
doma.dev

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/...