Authentication How to update credentials with Git Credentials Manager Access denied, insufficient permissions.... Have you ever seen this message when trying to interact with a git repository on windows? Since 2018 Microsoft moved to Git Credentials Manager, from the
xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part Based on the two previous posts, we have a complete setup by now, with a mobile client and an secured API. Now we'll see how we can consume the API with the access tokens we generated in the previous post and finally display the
xamarin Facebook Auth with Xamarin Forms and WebAPI CustomGrant - part 2 In the previous post the mobile client was created. In this post we'll created the WebAPI backend part. We'll enable the API to verify a Facebook access token and exhanged it with an access token to our backend, fully supported and integrated with the