sgcWebSockets 4.3.4

· 릴리스

Changes included in this version:

 [+] : 새로운 컴포넌트 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.

[+] : 새로운 속성 in TsgcWebSocketClient component, "Authentication.Token.OAuth" 다음을 할 수 있어요: link to a TsgcHTTP_OAuth2 and obtain an access token before websocket client connects to server.
[+] : 새로운 데모 "OAuth2" 다음 방법을 보여줘요: connect to get OAuth2 credentials from Google API.
[+] : 새로운 이벤트 "OnSSLVerifyPeer" in TsgcWebSocketClient, 다음을 할 수 있어요: verify with more detail certificates.

[*] : 버그 수정 - in DoUnRegisterProtocol method, an Access Violation was raised calling it. (알려준 Alessandro 에게 감사드려요.)
[*] : 버그 수정 - in OpenSSL 1.1.1 when VerifyCertificate was enabled. (알려준 Mathieu 에게 감사드려요.)

OAuth2 Component

 sgcWebSockets 4.3.4 이제 다음을 지원해요: OAuth2 protocol, this component can work alone or attached to a TsgcWebSocketClient.

OAuth2 WebSockets