@tag0/react-auth

Customizable AuthService/AuthProvider and components for react

Usage no npm install needed!

<script type="module">
  import tag0ReactAuth from 'https://cdn.skypack.dev/@tag0/react-auth';
</script>

README

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