DEV Community

Discussion on: I Want To learn Auth in Node JS

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