Skip to content

Node.js backend for simple user login and registration with JWT and Bcrypt

Notifications You must be signed in to change notification settings

Jtag-Nathan/User-Server

Repository files navigation

User-Server

Welcome to my user server, built in node.js with express this will be a simple RESTful API for creating new users as well as logging them in. The project will also include some basic protected routes and roles to allow for not only auth but access limits eg: a user can only view his own user details however an 'Admin' can view all users this will first require autherization to check the user is logged in and then a role check to see if the user has the required permissions for viewing and managing all users.

About

Node.js backend for simple user login and registration with JWT and Bcrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published