Ask HN: Is there a defacto “standard” for API authentication with Node?
https://news.ycombinator.com/item?id=9754448I'm looking at building some APIs with node, but I'm not sure whether to go with some sort of OAuth library, simple token based authentication, or whatever. Is there a decent, secure solution that is used regularly?