alexziskind1 / nativescript-oauth

Other
35 stars 53 forks source link

Add navigation options to login and logout calls #90

Closed EmandM closed 6 years ago

EmandM commented 6 years ago

Added the ability to style the WebView that is created on login, and to remove or configure the transition animations that occur on login and logout.

The new api is backward compatible as there is still the ability to pass in a successPage parameter. The string is picked up and wrapped inside the newly created INavigationOptions object.

alexziskind1 commented 6 years ago

Thanks for this Armand. These are great additions. However this plugin is deprecated now in favor of the new NativeScript-oauth2 plugin. The new plugin also uses a web view for some of the providers, and they can be styled. Would you want to contribute your styling to the new plugin?

EmandM commented 6 years ago

I would be happy the contribute my styling to this new plugin. Where is the NativeScript-oauth2 plugin housed?

alexziskind1 commented 6 years ago

Thanks! It’s the same URL, but add a “2” at the end :)

On Oct 29, 2018, at 6:38 PM, EmandM notifications@github.com wrote:

I would be happy the contribute my styling to this new plugin. Where is the NativeScript-oauth2 plugin housed?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.