Recent Posts
Wavelet-based image upscaling
Last summer I wrote several blog posts about performing cross-platform imaging using Xamarin.Forms and SkiaSharp. My first post talked about accessing image ...
Connecting to localhost over HTTPS for (Xamarin) Android release builds
I've previously written several posts about connecting to localhost HTTPs services from Xamarin apps running on simulators and emulators. Over time this has ...
Connecting to localhost over HTTPS from simulators and emulators (revisited)
Last year, I wrote about how to connect to localhost over HTTPS from iOS simulators and Android emulators. Connecting to localhost web services that run over...
Combining Xamarin.Essentials WebAuthenticator with IdentityModel.OidcClient
Previously I wrote about using the Xamarin.Essentials WebAuthenticator class to initiate an authentication flow with IdentityServer, and wait for a callback/...
Authentication from a Xamarin.Forms app using WebAuthenticator
The OAuth 2.0 for Native Apps spec represents the best practices for OAuth 2.0 authentication flows from mobile apps. These include: Authentication requests ...