1.0.1 • Published 9 months ago

security-web v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

SECURITY-WEB

Overview

This is a reusable React application with authentication components for user management, admin roles, and permissions.

Installation

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Set up your .env file with the necessary environment variables.
  4. 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';