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
- Host: GitHub
- URL: https://github.com/aaronksaunders/user-login-overmind-react
- Owner: aaronksaunders
- Created: 2020-04-17T07:35:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T16:01:18.000Z (over 5 years ago)
- Last Synced: 2023-03-11T14:08:05.919Z (almost 3 years ago)
- Topics: authentication-flow, ionic-apps, ionic-framework, ionic-react, ionic5, javascript, overmind, overmind-reactjs, private-routes, reactjs, state-management
- Language: TypeScript
- Homepage:
- Size: 409 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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