nativescript-oauth
nativescript-oauth copied to clipboard
Hello, Is there any way to not redirect to an URL after logging in with linkedin? On android, the default flow works fine. But on iOS, ```ensureValidToken()``` and ```login()``` methods'...
I'm follwing the instructions at the bottom of the page on the link below to clone the repository. All goes well until I attempt to run the demo app on...
I'm getting this error: ``` Found peer TypeScript 2.2.2 objc[8112]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x125ffbcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x125e126f0). One of the two will be used. Which one...
Added Dropbbox OAuth functionality. This implied a need to allow individual `AuthHelper`s to opt out of certain parameters to the provider, because Dropbox rejects the `response_mode` and `nonce` parameters on...
I have used the plugin to try to get a Google auth token. `export class GoogleDriveService { private googleInitOptions: tnsOAuthModule.ITnsOAuthOptionsGoogle = { clientId: '1234-xxx.apps.googleusercontent.com', //client id for application (GUID) scope:...
after a successfull login i would like to retrieve user informations (id , email , name and last name) , i can only get the token , pleaaaaaase help ,...
Messily fixes #57 for Salesforce authentication by adding a "webviewSettingsIntercept" callback option to ITnsOAuthOptionsSalesforce
We'd like to customize our Webview's settings, including its user agent string and permissions. On Android, these require access to the Webview component, to make calls like these: let settings...
Hello Alexziskind1, i was saw your packages, i need one change, add option in array config to UAA method to can change tokenEndpoint (may be you can set authorizeEndpoint like...
Right now index.ts has a bunch of functions/variables that are static. This prevents us from having multiple instances of oauth at once. My problem is that it makes unit testing...