Hey reddit!I usually did my web applications in python & flask on the backend, but I want to try out node.js because it's faster and integrates better with the frontend tooling.I am currently trying to create a basic, production-ready application with user authentification and a way to let the frontend fetch data from the backend using a REST API. For this, I came across passport-local, but there seems no way to easily generate API key, most of the GitHub libraries and resources for this purpose have very few stars and haven't been updated in years.What is your go-to authentification and authorization node.js stack? Is there some boilerplate project that has the basics already setup? My only requirement is that I want to be able to store the user account data in Postgres.
Submitted July 11, 2018 at 09:44AM by CytogeneticBoxing
No comments:
Post a Comment