libauthentication:sign-method

Last commit made on 2018-12-02
Get this branch:
git clone -b sign-method https://git.launchpad.net/libauthentication

Branch merges

Branch information

Name:
sign-method
Repository:
lp:libauthentication

Recent commits

7728928... by Alberto Mardegan

OAuth1: add signedQuery() method

This can be used for applications who need to use QNetworkRequest
directly.

d65c5f5... by Alberto Mardegan

Add README

c8e0c59... by Alberto Mardegan

AbstractAuthenticator: allow passing headers in the "headers" parameter

2224e05... by Alberto Mardegan

OAuth1: use User-Agent header in authentication

5c46708... by Mardy

Add LICENSE

f786a94... by Alberto Mardegan

OAuth2: update to latest signon-oauth2

This adds handling of query items on the token URL.

254c107... by Alberto Mardegan

Update signon-oauth2

Bring in the fix for non-standard error replies when using a refresh
token.

6e12ad7... by Alberto Mardegan

Tests: add regression test for last commit

cb22f09... by Alberto Mardegan

OAuth1: Fix generation of base string

This issue was found when uploading with PhotoTeleport a message which
had a newline inside a field.

ac94d6d... by Alberto Mardegan

OAuth1, OAuth2: move some common code into AbstractAuthenticator