o2 icon indicating copy to clipboard operation
o2 copied to clipboard

OAuth 2.0 for Qt

Results 19 o2 issues
Sort by recently updated
recently updated
newest added

Hi, In digiKam core we host the O2 source code internally to communicate with remote web service and export items from photo collections. Few days ago, digiKam have been ported...

just wanted to pass this back -- changes made to send OAuth1 hmac-sha256 instead of sha1's for services that have stopped accepting them [hmac-sha256_patch.txt](https://github.com/pipacs/o2/files/7794093/hmac-sha256_patch.txt) .

The O0_EXPORT has not been added to O2Google...

Hello, Wondering if there has been any luck with oauth2 and https enforced redirect_uri (aka callback, or replyserver) ? I'm thinking along the lines of fudging QSslSocket bits into o2replyserver...

I've created a desktop app in Azure AD and I've added a redirect URL for `127.0.0.1`. I've put the client id and the client secret in the msgraph example, but...

When using setReplyContent, this does not show up in the browser. For example, we can extend the facebookdemo by adding the following line to `FBDemo::FBDemo` `` o2Facebook_->setReplyContent("You have succesfully authenticated...

bug

Do you plan to upgrade DropBox to use OAuth2? OAuth1 is going to be retired in 1 year (Jun 2017). https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/

enhancement

*Found strange error: In my demo o2settingsstore always return empty values. Another project that used o2 doesnt experience such problem. Ignored it.

- The imgur API does not like empty paramters I really don't know why it is required, but without this imgur returns a 500 status and says it's under heavy...

After receiving the refresh token in void O2::onTokenReplyFinished() where the token is present. It never arrives in void O2::setRefreshToken(const QString &v) function somehow in my case. Any ideas on that?