Changes incluse in questo version:
[+] : Nuovo Componente TsgHTTP_OAuth2, questo protocol consente third-party applicazioni a grant limited access a un HTTP service, sia su behalf di un resource owner o da consentendo il third-party applicazione a obtain access su il suo own behalf.
[+] : Nuovo Proprietà in TsgcWebSocketClient componente, "Authentication.Token.OAuth" consente di link a un TsgcHTTP_OAuth2 e obtain an access token prima websocket client connette a server.[+] : Nuovo Demo "OAuth2" che shows come connetti a ottenere OAuth2 credentials da Google API.
[+] : Nuovo Evento "OnSSLVerifyPeer" in TsgcWebSocketClient, consente di verify con more detail certificates.
[*] : Risolto bug in DoUnRegisterProtocol method, an Access Violation era sollevato chiamando it. (Grazie a Alessandro per la segnalazione).
[*] : Risolto bug in OpenSSL 1.1.1 quando VerifyCertificate era enabled. (Grazie a Mathieu per la segnalazione).
OAuth2 Component
sgcWebSockets 4.3.4 ora supporta OAuth2 protocol, questo componente può work alone o attached a un TsgcWebSocketClient.
