0.0.1 • Published 6 years ago

generator-jhipster-social-login-api v0.0.1

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
6 years ago

generator-jhipster-social-login-api

NPM version Build Status Dependency Status

JHipster module, Adds social login api calls to work with native Android and iOS apps

Introduction

This is a JHipster module, that is meant to be used in a JHipster application.

This module adds the needed extra code to be able to use the Social Login functionality from the android-jhi generator.

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-social-login-api

To update this module:

yarn global upgrade generator-jhipster-social-login-api

With NPM

To install this module:

npm install -g generator-jhipster-social-login-api

To update this module:

npm update -g generator-jhipster-social-login-api

Usage

Inside your jhipster project folder run

yo jhipster-social-login-api

Then create your Google and/or Facebook credentials

For Google you will need three. Web, Android and iOS

Choose the Web credential and download de json file. Replace the "googlecredentials.json" inside the resources folder.

Follow the instructions on android-jhi to configure the app

License

Apache-2.0 © Green Grow Apps