A POC for an auth service powered by lambda functions and MongoDB.
Ready In testing to be deployed to Netlify functions.
Make sure you've got the dependencies installed, e.g. by
yarn install
Provide your own .env
file at the root of the project in the following format:
MONGODB_URL=XXX
JWT_SECRET=XXX
JWT_EXP=XXX
To run locally, run
yarn start:lambda
File an issue if you see I've borked something up!