authui-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i authui-ui

Weekly Downloads

8

Version

0.1.8

License

none

Unpacked Size

1.09 MB

Total Files

104

Last publish

Collaborators

  • ngduc