google-login-plugin
Mobile icon

Google Login Plugin

Stable version 2.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 14 March 2021
 by 
OutSystems Lab
4.0
 (10 ratings)
google-login-plugin

Google Login Plugin

Created on OutSystems 10

Version 2.0.1

Stable
Uploaded on 06 July 2017 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
All
Database:
All
Release notes:

- Improved error messages and descriptions

Version 2.0.0

Stable
Uploaded on 05 June 2017 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
All
Database:
All
Release notes:

Code review and general improvements. Plugin revamp.

To enable the reuse of this plugin in multiple applications, we introduced a breaking change.

Take a look at these instructions 

With this update, you NEED to add to the Extensibility Configurations of your application with the following JSON:

{
    "plugin":
        {
            "url": "https://github.com/EddyVerbruggen/cordova-plugin-googleplus#5.0.3",
            "variables": [{
                "name": "REVERSED_CLIENT_ID",
                "value": "{iOS URL scheme}"
            }]
        }

Version 1.0.0

Stable
Uploaded on 19 October 2016 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
All
Database:
All
Release notes:
  • Major rework on the structure of the plugin. 
    • No blocks on the pages, only Login and Logout actions.
    • Cleaned up lots of obsolete or useless parameters
  • Fixed life-cycle of the tokens, correctly requesting the access&refresh tokens on first usage, and using the refresh token when supposed to.
  • Re-branded to Google Login Plugin (because this more about logging in than using Google Plus)