Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: xamarin/Xamarin.Auth

v1.6.0.3 - Fix for the PasswordHardCoded issue

12 Nov 19:23
7dfd061
Compare
Choose a tag to compare
Merge pull request #338 from xamarin/dh_NugetpackageChanged

Added RequireLicenseAcceptance to nuget

v.1.5.0 Native UI and Xamarin.Forms support

12 Jun 07:51
Compare
Choose a tag to compare

Native UI finished with Xamarin.Forms support

native UI support preview - Custom Tabs and SFSafariViewController

05 Apr 13:53
Compare
Choose a tag to compare

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

30 Mar 11:43
Compare
Choose a tag to compare

Preview: Native UI support (Android Custom Tabs and iOS SFSafariViewController)

v1.3.2.6

15 Mar 12:02
Compare
Choose a tag to compare
  • 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

17 Oct 19:35
Compare
Choose a tag to compare

Fixes:

  • [#43] Android AccountStore doesn't delete accounts.
  • iOS activity spinner is white on white background in iOS 7

v1.2.1

21 Aug 19:14
Compare
Choose a tag to compare

Enhancements:

  • Improved Android sample

Fixes:

  • [#41] Error -999 on iOS.
  • [#34] Prompt users on Android for SSL failures

v1.2

19 Aug 21:19
Compare
Choose a tag to compare

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 in WebEx.JsonDecode.