authui-ui
v0.1.8
Published
Article: [How to add Authentication to your React app using AuthUI](https://dev.to/ngduc/how-to-add-authentication-to-your-react-app-3c9c)
Downloads
4
Readme
Authui-UI
Article: How to add Authentication to your React app using AuthUI
Login Components
- Cross-platform: react-native, react-native-web, styled-components, tailwind-rn.
- Connect to AuthUI APIs for Sign up, Log in, Forgot password, etc.
- Live Example: import & use Login Component
- Live Example: use Login Component with source code (react-native-web)
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