node-api-base icon indicating copy to clipboard operation
node-api-base copied to clipboard

API boilerplate project for NodeJS with Typescript

Results 1 node-api-base issues
Sort by recently updated
recently updated
newest added

Passport.js (http://www.passportjs.org/) is a great library to handle authentication instead of doing it by hand using JWT. It would be great to use Passport to authenticate users, and it'll add...