cordova-plugin-sso
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129957
168
Updatedxml2js@^0.4.19