Skip to content

vaibhav046/auth-service

Repository files navigation

Backend

 

Auth Service

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A basic auth flow service- with roles and permissions.

✨ Features

✔️ Feature 1:Signup / Login;
✔️ Feature 2: Roles Setup and update for a User;
✔️ Feature 3: PErmissions setup for User with defined roles;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Vaibhav Kumar Goyal

 

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages