alexziskind1 / nativescript-oauth

Other
35 stars 53 forks source link

Keep me Signed in Option #70

Closed lumayara closed 6 years ago

lumayara commented 6 years ago

Hi Alex, Is there a way to add the Keep me Signed option? I am looking for options but only thing I found was the token's lifetime for work/business accounts to be up to 14 days. Any insights? Thank you!

alexziskind1 commented 6 years ago

You should be able to use the refresh token to automatically update the login. Also, have you tried using the enterprise authentication template for NativeScript? You can use NativeScript Sidekick to jump start that process and then use that code in your project as needed.

On Apr 9, 2018, at 2:00 PM, Luana Mayara Fernandes da Silva Bezerra notifications@github.com wrote:

Hi Alex, Is there a way to add the Keep me Signed option? I am looking for options but only thing I found was the token's lifetime for work/business accounts to be up to 14 days. Any insights? Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

lumayara commented 6 years ago

Thank you, Alex! You have been super helpful!