From d6db96582f48a0f8aeb873dd952c5bb12e3d84b3 Mon Sep 17 00:00:00 2001 From: Miljenko Cvjetko moljac Date: Wed, 5 Apr 2017 11:01:13 +0200 Subject: [PATCH] ChangeLog Update --- component/GettingStarted.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/component/GettingStarted.md b/component/GettingStarted.md index 0f89c6d5d..88c787bf2 100644 --- a/component/GettingStarted.md +++ b/component/GettingStarted.md @@ -5,14 +5,13 @@ users via OAuth protocol (OAuth1 and OAuth2). ## Current version and status -* nuget version 1.4.0.0 - supporting: - * embedded browsers (Android WebView and iOS UIWebView) - NOTE: this support will be prohibited by some OAuth providers - DEFAULT 2017-03 - * native UI (Android Custom Tabs and iOS Safari View Controller) - must be explicitly setup in Authenticator constructor! - +* nuget version 1.4.1.0 + * Native UI with checks and Warnings + if http[s] scheme is used + * Xamarin.iOS embedded browser WKWebView support as alternative + WKWebView instead of UIWebView + +[Change Log](./ChangeLog.md) ## 1. Initialization @@ -240,3 +239,5 @@ If you want to authenticate against an ostensibly unsupported service, fear not is extensible! It's very easy to create your own authenticators – just derive from any of the existing authenticators and start overriding methods. + +c \ No newline at end of file