Closed jsonkile closed 7 years ago
Please view the Xamarin Quickstart which explains how to do this: https://auth0.com/docs/quickstart/native/xamarin
I'm not finding anything in the quick start regarding how to logout a user. Am I missing something or is there another doc that has the details?
@gitizenme Hmm, I am not sure whether that was removed... Basically, your application manages the state which stores the fact that the user is logged in, right? So all you need to do is to clear that state in your application. How exactly that happens is dependent on you.
@jerriep Okay, that's what we currently have implemented in the app. Just wanted to double check as to the best practice.
@gitizenme I'm able to remove the credentials from our app and log them out of our application session, but how can we use the endpoint "https://sample.auth0.com/v2/logout" to log them out of their Auth0 session, in xamarin.forms?
Please i am new to this, i would like to know how to log users out on both platforms, thanks