0.1.8 • Published 2 years ago

authui-ui v0.1.8

Weekly downloads
24
License
-
Repository
-
Last release
2 years ago

Authui-UI

Article: How to add Authentication to your React app using AuthUI

Login Components

Motivations

When starting a new project, it takes some effort to implement Login / Sign-up screens. Often times we have to repeat the same implementation again and again.

Authentication should be simple to remove frictions to build a MVP (Most Viable Product) or get users started.
AuthUI takes care of user login & sign up logic.
Save dev time to focus on main ideas.

Features

  • Sign up; Email user to verify email address.
  • Login.
  • Forgot Password: generate a new random password and email to user.

Development

Storybook:

npm install
npm run storybook

Open http://localhost:9009

Commands

npm start
npm run build

npm run build-storybook
npm run serve-storybook
npm test

Login Component Templates

Storybook

Contributions

  • Please open a pull request. Any contribution is welcome!
  • CHANGELOG
0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago