Changes included in this version:
[+] : Nowy komponent TsgHTTP_OAuth2, this protocol allows third-party applications to grant limited access to an HTTP service, either on behalf of a resource owner or by allowing the third-party application to obtain access on its own behalf.
[+] : Nowa właściwość in TsgcWebSocketClient component, "Authentication.Token.OAuth" allows to link to a TsgcHTTP_OAuth2 and obtain an access token before websocket client connects to server.[+] : Nowe demo "OAuth2" which shows how connect to get OAuth2 credentials from Google API.
[+] : Nowe zdarzenie "OnSSLVerifyPeer" in TsgcWebSocketClient, allows to verify with more detail certificates.
[*] : Naprawiono błąd in DoUnRegisterProtocol method, an Access Violation został zgłoszony calling it. (Podziękowania dla Alessandro za informację).
[*] : Naprawiono błąd in OpenSSL 1.1.1 when VerifyCertificate was enabled. (Podziękowania dla Mathieu za informację).
OAuth2 Component
sgcWebSockets 4.3.4 teraz supports OAuth2 protocol, this component can work alone or attached to a TsgcWebSocketClient.
