Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogoo/ionicauth
Ionic starter application with Ionic Auth
https://github.com/cogoo/ionicauth
Last synced: 24 days ago
JSON representation
Ionic starter application with Ionic Auth
- Host: GitHub
- URL: https://github.com/cogoo/ionicauth
- Owner: cogoo
- Created: 2016-11-16T01:00:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T13:07:14.000Z (almost 8 years ago)
- Last Synced: 2023-03-02T17:02:41.519Z (over 1 year ago)
- Language: TypeScript
- Size: 635 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic2Auth
Simple authentication starter using Ionic Auth
## Features
1. Sign In and Sign Up with Email and Password
2. Log Out
## ionic View
> 19e42175----------
### Prerequisites- NodeJS
- NPM
- Ionic> You will need to install the latest version of Ionic
$ npm install -g ionic
----------
## Getting StartedClone the repository
### Install Node Packages
$ npm install
### Usage
$ ionic serve
----------
To use with your own Ionic App, you will need to change the App ID to your own.1. Go to the root of your project and type command:
$ ionic io init
> This will generate an ionic app ID for your app, skip this step if you already have an app ID2. Update src/app/app.module.ts with your new app ID
> const cloudSettings: CloudSettings = {
> 'core': {
> 'app_id':
> }
> }