Customizable AuthProvider/AuthService and UI components for your react projects.
This project is still in development.
There are 3 components with light/dark themes. You can see Login
component below. HTML5 validations are included (email, required, max length, strong password)
- Login
- Register (Fields are
firstName, lastName, birthDate, email and password
. It will allow customization in the future.) - Reset Password
npm install @tag0/react-auth
# OR
yarn add @tag0/react-auth
Clone project. Start example project with the command below and browse on http://fakelocal.com:3000 or try out online demo
More info to define fakelocal.com here in hCaptcha readme
yarn start
# OR
yarn watch