Passport.js using DynamoDB for Authentication with Express
To create the database, you can run db/create-user-table.sh (Linux/Mac).
The table definition is at db/user-table.json.
Passport.js using DynamoDB for Authentication with Express
JavaScriptMIT