Wednesday 20 November 2019

A Simple Express JWT API Boilerplate

Whilst working on other projects, I usually found myself having to write user login/signup logic so I created a boilerplate to speed things up. I made this one with simplicity in mind as a lot of API Boilerplates for user management seemed too complex for my use cases.The boilerplate is well documented on the Github Repo for anyone interested in using it. Authentication is done with JWT through headers (See postman example in docs).Any feedback is welcome :)Express JWT API Boilerplate

Submitted November 20, 2019 at 12:49PM by DMDxv

No comments:

Post a Comment