An open API service indexing awesome lists of open source software.

https://github.com/aaronksaunders/user-login-overmind-react

User Authentication & Account Creation Pattern In ReactJS with Ionic Framework & OvermindJS for state management
https://github.com/aaronksaunders/user-login-overmind-react

authentication-flow ionic-apps ionic-framework ionic-react ionic5 javascript overmind overmind-reactjs private-routes reactjs state-management

Last synced: 6 months ago
JSON representation

User Authentication & Account Creation Pattern In ReactJS with Ionic Framework & OvermindJS for state management

Awesome Lists containing this project

README

          

# user-login-overmind-react

[YOUTUBE TUTORIALS COVERING IONIC & REACTJS](https://www.youtube.com/playlist?list=PL2PY2-9rsgl3OHIMYb1AzVG5wADUxOmUW)

#reactjs #javascript #overmindjs

User Authentication Pattern In ReactJS Using OvermindJS

Simple authentication flow using overmindjs and reactjs, using ionic framework components for the UI.

Tracking User Authentication State In ReactJS Using OvermindJS

### Setup
The firebase information is stored in an `env.js` file that needs to be added to your project with your specific credentials
```
export const FIREBASE_CONFIG = {
[ YOUR CREDENTIALS HERE ]
}
```

### See Tags For Functionality
- Login/Logout - [TAG-LOGIN-LOGOUT](https://github.com/aaronksaunders/user-login-overmind-react/tree/LOGIN-LOGOUT)
- Create Account - [TAG-CREATE-ACCOUNT](https://github.com/aaronksaunders/user-login-overmind-react/tree/CREATE-ACCOUNT)
- Added Firebase - [TAG-ADDED-FIREBASE](https://github.com/aaronksaunders/user-login-overmind-react/tree/ADDED-FIREBASE)

### Associated Links
- Video https://www.youtube.com/watch?v=7u7AQ3YYteg
- Other Example - https://codesandbox.io/s/ionic-react-overmind-simple-0l8ue?file=/src/overmind/index.js
- Overmindjs - https://overmindjs.org/
- previous video - https://www.youtube.com/watch?v=IFbQ6jlQYWs
- source code - https://github.com/aaronksaunders/user-login-overmind-react