Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-sso

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-sso - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

package.json
{
"name": "cordova-plugin-sso",
"version": "0.2.1",
"version": "0.2.2",
"description": "cordova-plugin-sso",

@@ -26,3 +26,3 @@ "cordova" : {

"dependencies": {
"xml2js": "^0.4.16"
"xml2js": "^0.4.19"
},

@@ -29,0 +29,0 @@ "homepage": "https://github.com/phi-jp/cordova-plugin-sso#readme",

@@ -27,3 +27,3 @@ # cordova-plugin-sso

```xml
<plugin name="cordova-plugin-sso" spec="0.2.1">
<plugin name="cordova-plugin-sso" spec="0.2.2">
<variable name="LINE_BUNDLE_ID" value="line3rdp.[YOUR BUNDLE ID]" />

@@ -35,2 +35,8 @@ <variable name="LINE_CHANNEL_ID" value=[LINE_CHANNLE_ID] />

<variable name="FACEBOOK_APP_NAME" value=[Facebook app name] />
<!-- Google signin iOS-->
<variable name="GOOGLE_CLIENT_ID" value="426376846835-mlvbbgm7njiaqnt9d9k1i3v1tbb3sieq.apps.googleusercontent.com" />
<variable name="GOOGLE_REVERSED_CLIENT_ID" value="com.googleusercontent.apps.426376846835-mlvbbgm7njiaqnt9d9k1i3v1tbb3sieq" />
<!-- Google signin Android-->
<variable name="GOOGLE_WEB_OAUTH_CLIENT_ID" value="426376846835-09m1vk5faq5m480ov06lbsedpbuldjpj.apps.googleusercontent.com"/>
</plugin>

@@ -158,3 +164,8 @@

#### Android
##### Android
- remove Google signin
#### 0.2.2
Google sign in (android and ios)

@@ -30,12 +30,12 @@ 'use strict';

},
// google: {
// login: function(onSuccess, onFail, param) {
// return exec(onSuccess, onFail, 'Sso', 'loginWithGoogle',[param]);
// },
// logout: function(onSuccess, onFail, param) {
// return exec(onSuccess, onFail, 'Sso', 'logoutWithGoogle',[param]);
// },
// }
google: {
login: function(onSuccess, onFail, param) {
return exec(onSuccess, onFail, 'Sso', 'loginWithGoogle',[param]);
},
logout: function(onSuccess, onFail, param) {
return exec(onSuccess, onFail, 'Sso', 'logoutWithGoogle',[param]);
},
}
};
module.exports = Sso;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc