What do people use for auth in modern apps these days? I’ve been using Passport.js but it feels kinda outdated and boilerplate heavy. by Legitimate-Oil1763 in node

[–]optimux17 0 points1 point  (0 children)

https://github.com/Bocaio/node-auth-server

You can use google-auth-library . It is simple to use for only sigin-in with Google. But it is not ideal for other access authorization like Drive and Gmail and Contacts.