Skip to content

A POC for an auth service powered by lambda functions and MongoDB

License

Notifications You must be signed in to change notification settings

zslabs/lambda-jwt-auth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-jwt-auth-demo

A POC for an auth service powered by lambda functions and MongoDB. Ready In testing to be deployed to Netlify functions.

Local development

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

Issues

File an issue if you see I've borked something up!

License

MIT (c) Jan Hrubý

About

A POC for an auth service powered by lambda functions and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published