The User Service Library
is a robust and flexible library designed to manage user authentication, authorization, and account management within Node.js applications. Built with TypeScript, this library provides a comprehensive set of features to handle user roles, permissions, and secure access control in a scalable and maintainable way.
npm install git+ssh://git@bitbucket.org:silverpush/user-service-library.git
const userLibrary = require('user-service-library');
userLibrary.SayHello({name: "Rohit Shukla"});