Configure Auth with JWT #23
Labels
beginner
easy
enhancement
New feature or request
first-timers
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-2021
help wanted
Extra attention is needed
javascript
up-for-grabs
Create an authentication system for admins to log in. Please note we are not letting users signup or register we would be generating passwords from the backend, forgot password, change in the email will be handled manually won't be tedious because we would have at max 3 admins.
You just need to create the login authentication using JWT and test the APIs using postman would be fine. The front end is being developed as of now #19.
Make a directory in
backend
asauth
and write the script finally do a single function call inbackend/lib/server.js
All you need to take from the user is:
Reference: https://www.digitalocean.com/community/tutorials/nodejs-jwt-expressjs
Although not a compulsion, if possible do add gifs or screenshots to show the Postman testing of the APIs.
Please do star the repo to increase visibility and help us reach a bigger audience because this project is ours as much as yours😁⭐️
The text was updated successfully, but these errors were encountered: