libauthentication:param-passing

Last commit made on 2017-07-21
Get this branch:
git clone -b param-passing https://git.launchpad.net/libauthentication

Branch merges

Branch information

Name:
param-passing
Repository:
lp:libauthentication

Recent commits

3901c48... by Alberto Mardegan

Oauth2: honour ParameterTransmission property

But for OAuth2, use transmission in header by default.

7d1099b... by Alberto Mardegan

f

0dd912e... by Alberto Mardegan

OAuth2: don't strip query parameters from the given URL

b993259... by Alberto Mardegan

f

a9ecc60... by Alberto Mardegan

AbstractAuthenticator: add parametersTransmission property

This is not specific to OAuth 1.0: the same variants exist for OAuth 2.0
(see https://tools.ietf.org/html/rfc6750).

557545a... by Alberto Mardegan

OAuth1, Oauth2: use stored data

77b6614... by Alberto Mardegan

AbstractAuthenticator: provide methods for loading/storing plugin data

These will be used by the subclasses.

aace102... by Alberto Mardegan

AbstractAuthenticator: add way to alter UserAgent header

c01faa0... by Alberto Mardegan

pkgconfig: fix libAuthentication deps and include line

a524aa5... by Alberto Mardegan

Build: hack with qmake to properly install the OAuth plugin