/secure_rest_api_nodejs

Creating a Secure REST API in Node.js

Primary LanguageJavaScript

secure_rest_api_nodejs

Creating a Secure REST API in Node.js

Our project will contain three module folders:

“common” (handling all shared services and information between user modules) “users” (everything regarding users) “auth” (handle the flow to generate JWT and login flow)