All Projects → vbudilov → ionic-app-with-aws-cognito

vbudilov / ionic-app-with-aws-cognito

Licence: Apache-2.0 license
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ionic-app-with-aws-cognito

Ionic Environment Variables
Easy to use environment variables for Ionic3!
Stars: ✭ 278 (+348.39%)
Mutual labels:  ionic, angular4, ionic-framework, ionic3
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-64.52%)
Mutual labels:  ionic, angular4, ionic-framework, ionic3
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (-43.55%)
Mutual labels:  ionic, angular4, ionic-framework, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+235.48%)
Mutual labels:  ionic, angular4, ionic-framework, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+100%)
Mutual labels:  ionic, angular4, ionic3
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (-22.58%)
Mutual labels:  ionic, angular4, ionic3
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-72.58%)
Mutual labels:  ionic, ionic-framework, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-79.03%)
Mutual labels:  ionic, angular4, ionic3
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (+4.84%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (+108.06%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (-43.55%)
Mutual labels:  ionic, angular4, ionic3
Ionic3 Seed Jwt
Ionic 3 seed project with JWT support. It works together with the backend from here https://github.com/vmanchev/laravel-jwt
Stars: ✭ 86 (+38.71%)
Mutual labels:  ionic, angular4, ionic3
Ionic Super Bar
Transparent statusBar and awesome toolBar DEMO in ionic
Stars: ✭ 180 (+190.32%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic-socialsharing-with-deeplinking-example
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.
Stars: ✭ 16 (-74.19%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (+24.19%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+2624.19%)
Mutual labels:  ionic, angular4, ionic3
Instaclone
Instagram clone theme for Ionic mobile apps.
Stars: ✭ 173 (+179.03%)
Mutual labels:  ionic, ionic-framework, ionic3
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+109.68%)
Mutual labels:  ionic, ionic-framework, ionic3
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (-6.45%)
Mutual labels:  ionic, ionic-framework, ionic3
Ionic Google Login
Ionic 4 starter app to show you how to add Google Log In to an Ionic App using Google Sign-In Cordova Plugin.
Stars: ✭ 61 (-1.61%)
Mutual labels:  ionic, ionic-framework, ionic3

AWS Cognito with Ionic2 Quickstart

Updates

10/14 -- Updated to Angular Final/Ionic RC0

What does this app do?

Quickly start using AWS Cognito and Ionic2

Tech Stack

Required Tools

Frameworks

Getting the code

# Clone it from github
git clone --depth 1 [email protected]:vbudilov/aws-cognito-ionic2.git
# Install the NPM and Bower packages
npm install
# Build & Run the app in dev mode
ionic build; ionic serve

AWS Setup

You will need to create the user pool manually through the console.

Necessary changes

By default, this app is using my user pool, which is defined in the app/services/properties.service.ts file. Update the file with the appropriate user pool info that you want to use

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].