A Qt implementation of Google (and maybe other) OAuth2
This lib includes
-
An improvement (
AutoOAuth2
) of Qt's originalQOAuth2AuthorizationCodeFlow
with combined httpserver as reply handler and automatic token refresh. -
Implementation of Google's OAuth 2.0 (
GOAuth2
) on top ofAutoOAuth2
-
A simple test application.