nativescript-oauth
nativescript-oauth copied to clipboard
I put the option to leave my public app, however I can not login using this plugin, this message appears 'app was not configured', can someone help me?
Hey, I have issue with this module after release build. In debug mode (I mean using tns run android in console) everything work fine. After release build app was crashed...
This is not an issue but i wanted to request twitter support be added to this library. Is there any information regarding this request?
I had a requirement to authenticate against an old style Azure tenant app which uses the JWT token from the bearer, so I've added a new helper and the id_token...
I am working at nativescript with angular 2 ` main.ts` ``` import { platformNativeScriptDynamic } from "nativescript-angular/platform"; import { AppModule } from "./modules/app.module"; import * as tnsOAuthModule from 'nativescript-oauth'; var...