Skip to content

tagZero/react-auth

Repository files navigation

ReactAuth

License

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

ss-light ss-dark

Install

npm install @tag0/react-auth
# OR
yarn add @tag0/react-auth

Development

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

About

Customizable AuthService/AuthProvider and UI components for react

Resources

License

Stars

Watchers

Forks

Packages

No packages published