nativescript-oauth
nativescript-oauth copied to clipboard
I trying to connect with instagram using UAA, but the system not read the CODE received. Is some information to understand how work this method (UAA) or some example?. var...
Hi, It is possible to use this plugin to connect with LinkedIn or Facebook into the same application ? Because when I init : `tnsOAuthModule.initFacebook(facebookInitOptions);` and after `tnsOAuthModule.initLinkedIn(linkedInInitOptions);` I have...
Hi, I have a question because I am getting an strange error when compiling my project to AoT ([here](http://docs.nativescript.org/tooling/bundling-with-webpack#installation-and-configuration) is how to do it) and was wondering if this plugin...
Hi ! I use this plugin for LinkedIn authentication, it works good. But, in the linkedin webview, if the user clicks on CANCEL button, the webview redirects to the redirectURI....
This pull request add a tenantId value as an option for office365 oauth that can be used to control who can sign into the application. The allowed values are tenant...
Hello, are there any plans to support non-interactive login, sending login and password automatically? ``` const credentials = { email: '', password: '' }; tnsOAuthModule.login(credentials) .then(()=>{ callback('logged in'); }) .catch((er)=>{...
I'm running into some trouble using the refresh tokens being issued by my Azure AD. In tns-oauth.ts there is following piece of code: ``` let expSecs = Math.floor(parseFloat(expires_in)); let expDate...
if you are already logged into facebook using device browser of facebook application my application asks me to log in i think it should use my existing token
Hello, I need a little help. I am using nativescript-vue, and nativescript-oauth packages. When I build the project using **npm run watch:ios**, I get the following error: ``` JS ERROR...
When i try to login with twitter with tnsOAuthModule.login() .It returns the error below.  Clarify Thanks,