security-web
v1.0.1
Published
This is a reusable React application with authentication components for user management, admin roles, and permissions.
Downloads
9
Readme
SECURITY-WEB
Overview
This is a reusable React application with authentication components for user management, admin roles, and permissions.
Installation
- Clone the repository.
- Run
npm install
to install dependencies. - Set up your
.env
file with the necessary environment variables. - Start the application with
npm start
.
Usage
Import components from the package as follows:
import { Signup, Signin, ProtectedRoute, AdminWelcome, UserWelcome } from 'my-auth-app/components';