Is there a way to let “Remember me” check box work on the Azure mobile service authentication of WinRT applications?

I am trying to add Azure Mobile Service authentication to my WinRT application. I got everything working and I can log in to all 4 social media accounts (Facebook, Twitter, Google And Microsoft account). But when I close the app and restart it, even if I check the “remember me” button on any of these options, I have to write my username and password. Suppose I use my Facebook account Log in, what I want to achieve is that when I restart the app and click Log in with Facebook, it should not ask for my username and password, but automatically authenticate me. The remember me button doesn’t seem to work. There is a way To achieve this?
Thank you for your answer.

Edit: I am using C#/XAML as my application.

The following blog post explains how to cache the user’s identity. http://www.thejoyofcode.com/Setting_the_auth_token_in_the_Mobile_Services_client_and_caching_the_user_rsquo_s_identity_Day_10_.aspx

I am trying Add Azure Mobile Service authentication to my WinRT app. I got everything working and I can log in to all 4 social media accounts (Facebook, Twitter, Google and Microsoft accounts). But when I close the app and restart When it does, even if I check the “remember me” button on any of these options, I have to write my username and password. Assuming I log in with my Facebook account, what I want to achieve is that when I restart the application When the program and click Log in with Facebook, it should not ask for my username and password, but automatically authenticate me. The Remember Me button does not seem to work. Is there a way to achieve this?
Thank you for your answer.

Edit: I am using C#/XAML as my application.

The following blog post explains how to cache the user’s identity. http://www.thejoyofcode.com/Setting_the_auth_token_in_the_Mobile_Services_client_and_caching_the_user_rsquo_s_identity_Day_10_.aspx

Leave a Comment

Your email address will not be published.