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

Commit d6db965

Browse files
committed
ChangeLog Update
1 parent 85b439e commit d6db965

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

component/GettingStarted.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ users via OAuth protocol (OAuth1 and OAuth2).
55

66
## Current version and status
77

8-
* nuget version 1.4.0.0
9-
supporting:
10-
* embedded browsers (Android WebView and iOS UIWebView)
11-
NOTE: this support will be prohibited by some OAuth providers
12-
DEFAULT 2017-03
13-
* native UI (Android Custom Tabs and iOS Safari View Controller)
14-
must be explicitly setup in Authenticator constructor!
15-
8+
* nuget version 1.4.1.0
9+
* Native UI with checks and Warnings
10+
if http[s] scheme is used
11+
* Xamarin.iOS embedded browser WKWebView support as alternative
12+
WKWebView instead of UIWebView
13+
14+
[Change Log](./ChangeLog.md)
1615

1716
## 1. Initialization
1817

@@ -240,3 +239,5 @@ If you want to authenticate against an ostensibly unsupported service, fear not
240239
is extensible! It's very easy to create your own authenticators – just derive from any of the
241240
existing authenticators and start overriding methods.
242241

242+
243+
c

0 commit comments

Comments
 (0)