This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: xamarin/Xamarin.Auth
Releases · xamarin/Xamarin.Auth
v1.6.0.3 - Fix for the PasswordHardCoded issue
v.1.5.0 Native UI and Xamarin.Forms support
Native UI finished with Xamarin.Forms support
native UI support preview - Custom Tabs and SFSafariViewController
native UI support preview - Custom Tabs and SFSafariViewController
[Chrome] Custom Tabs UI customization + warmup/prefetching
Warning Alerts for http[s] schemes used in Native UI
Xamarin.IOS embbedded browser - option to use WKWebView
WKWebView - OAuth parsing
v.1.4.0.0
v1.3.2.6
- redirect_url support for hosts better suited for mobile apps (localhost and 127.0.0.1)
- Windows support (Universal Windows Platform, WinRT both Windows Store 8.1 and Windows Phone 8.1, Windows Phone Silverlight 8.x)
- UNDOCUMENTED - NEW NativeUI support (Android Chrome CustomTabs and iOS SFSafariViewController)
v1.2.2
v1.2.1
v1.2
Enhancements:
- Access tokens in JSON now supported (enabling Google and Foursquare).
- Custom access token names now supported (Foursquare).
- Authenticator user-cancellation can now be disabled:
Authenticator.AllowCancel
. - Some utilities methods now available on
WebUtilities
. - OAuth1 authorization header is now configurable.
Fixes:
Authenticator.Completed
should only be invoked once.- Occasional
InvalidCastException
inWebEx.JsonDecode
.