A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By davydnorris
#93767 @JurajA no OAuth is a standard authentication protocol widely used by thousands of applications.

And the OPs issue was not in the OAuth exchange - they are having trouble connecting securely to begin with.
User avatar
By btidey
#93768 For usage where you want to be sure you are connecting to the legitimate site one can use the setFingerprimt call of the WiFiClientSecure rather than disabling security. This is broadly equivalent to checking the certificate from the site. The fingerprint can be obtained using a standard browser. The fingerprint will need updating if the security certificate is refreshed.

When using this method I have not needed to use NTP or set time on the ESP