Table of Contents
This is organization authorization platform . This platform provides various services to manage users in organization adn makes it easier to admin co-ordinate things inside organization .
- Admins can create Orgnization and call invite users to join their organizations .
- Admins can restrict domains of user like only email ending with something pattern can join the organization .
- Users can have role of Admin or Member and Admins have authority to change role of user .
-
npm
npm install npm@latest -g
-
NodeJs
Download Nodejs Version ^ 18.0.0 LTS
Follow The Installation manual and install dependencies
- Run Command
npm install --force- Run Following Command in terminal
npm run start- App is Running on localhost:3000 😎
- Deployed Site Link : https://org-auth.vercel.app/

