User Authentication with PassportJS and a Polka server
Passport is authentication middleware for Node.js that can be unobtrusively dropped in to almost any web application.
There are 2 articles about polka :
Passport is authentication middleware for Node.js that can be unobtrusively dropped in to almost any web application.
Polka is an alternative to Express.js that is more minimal and performant. It's simply a native HTTP server with added support for routing, middleware, and sub-applications. That's it!