nativescript-oauth2
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "nativescript-oauth2", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "OAuth 2 login for NativeScript.", | ||
@@ -5,0 +5,0 @@ "main": "oauth", |
# OAuth 2 Plugin for NativeScript | ||
Library for interacting with OAuth 2.0 in NativeScript applications that provides simplified direct client access with a OAuth providers that support the OAuth 2.0 protocol such as Microsoft, Facebook, and Google. | ||
![npm-downloads-per-week](https://img.shields.io/npm/dw/nativescript-oauth2.svg) | ||
Library for interacting with OAuth 2.0 in NativeScript applications that provides simplified direct client access with a OAuth providers that support the OAuth 2.0 protocol such as Microsoft, Facebook, and Google, but not limited to any login providers, and even allows you to plug in your own. This library doesn't use any native libraries and relies only on what comes in the box - making it really lightweight. | ||
**_NEW:_** **This is the new version of the old [nativescript-oauth plugin](https://www.npmjs.com/package/nativescript-oauth)** | ||
@@ -17,3 +19,3 @@ | ||
Facebook doesn't support OpenId and works with the in-app webview implementation of the auth process. So while this requires less configuration, there is an slight security risk of keeping your client secret in the app. If you have strict security requirements, you have to implement Facebook login by using your backend as a proxy between this plugin and Facebook auth servers. | ||
Facebook doesn't support OpenId and works with the in-app WebView implementation of the auth process. So while this requires less configuration, there is an slight security risk of keeping your client secret in the app. If you have strict security requirements, you have to implement Facebook login by using your backend as a proxy between this plugin and Facebook auth servers. | ||
@@ -20,0 +22,0 @@ ## Prerequisites |
93030
284