Changes inclus dans ce version:
[+] : Nouveau composant TsgHTTP_OAuth2, ce protocol allows third-party applications to grant limited accès à un HTTP service, either on behalf de a ressource owner ou by allowing third-party application to obtenir access on its own behalf.
[+] : Nouvelle propriété dans TsgcWebSocketClient component, "Authentication.Token.OAuth" permet de link to a TsgcHTTP_OAuth2 et obtenir un access token before websocket le client se connecte au serveur.[+] : Nouvelle démo "OAuth2" qui montre comment connect pour obtenir OAuth2 credentials depuis Google API.
[+] : Nouvel événement "OnSSLVerifyPeer" dans TsgcWebSocketClient, permet de vérifier avec more detail certificates.
[*] : Correction d'un bug in DoUnRegisterProtocol méthode, un Access Violation était levé appel à it. (Merci à Alessandro pour le signalement).
[*] : Correction d'un bug in OpenSSL 1.1.1 when VerifyCertificate était enabled. (Merci à Mathieu pour le signalement).
OAuth2 Component
sgcWebSockets 4.3.4 désormais prend en charge OAuth2 protocol, ce composant peuvent work alone ou attached to a TsgcWebSocketClient.
