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

Commit

Permalink
ChangeLog Update
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Apr 5, 2017
1 parent 85b439e commit d6db965
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions component/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit d6db965

Please sign in to comment.