About | Features | Technologies | Requirements | Starting | License | Author
A basic auth flow service- with roles and permissions.
✔️ Feature 1:Signup / Login;
✔️ Feature 2: Roles Setup and update for a User;
✔️ Feature 3: PErmissions setup for User with defined roles;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/vaibhav046/auth-service.git
# Access
$ mkdir auth-service/backend && cd backend && git clone
# Install dependencies
$ npm install
# Create RSA signing keys.
$ visit http://travistidwell.com/blog/2013/09/06/an-online-rsa-public-and-private-key-generator/
$ cp ./${private.key} ./signing-config/ && cp ./${public.key} ./signing-config/
# Run the project
$ npm start
# The server will initialize in the <http://localhost:5001>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Vaibhav Kumar Goyal