sgcWebSockets 4.3.4

· Versionen

Änderungen in dieser Version:

 [+] : Neue Komponente TsgHTTP_OAuth2, this protocol allows third-party applications to grant limited access to an HTTP service, either on behalf einer resource owner or by allowing the third-party application to obtain access on its own behalf.

[+] : Neue Eigenschaft in TsgcWebSocketClient component, "Authentifizierung.Token.OAuth" ermöglicht es, link to a TsgcHTTP_OAuth2 and obtain an Access Token before websocket client verbindet sich mit dem Server.
[+] : Neue Demo "OAuth2", die zeigt, wie verbinden to get OAuth2 credentials from Google API.
[+] : Neues Ereignis "OnSSLVerifyPeer" in TsgcWebSocketClient, ermöglicht es, verify with more detail Zertifikats.

[*] : Fehler behoben in DoUnRegisterProtocol method, an Access Violation wurde ausgelöst calling it. (Danke an Alessandro, für den Hinweis).
[*] : Fehler behoben in OpenSSL 1.1.1 wenn VerifyCertificate was aktiviert. (Danke an Mathieu, für den Hinweis).

OAuth2 Component

 sgcWebSockets 4.3.4 unterstützt jetzt OAuth2 protocol, this component can work alone or attached to a TsgcWebSocketClient.

OAuth2 WebSockets