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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay