libauthentication:debian

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

Branch merges

Branch information

Name:
debian
Repository:
lp:libauthentication

Recent commits

2fc88ea... by Alberto Mardegan

Add debian packaging

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

3d0ee87... by Alberto Mardegan

Examples: add imgur upload example

Needs QTBUG-61599 fixed in order to work.

466ea03... by Alberto Mardegan

Add HttpServer class for loopback callback URI

662fe41... by Alberto Mardegan

OAuth2: implement POST requests

f51de47... by Alberto Mardegan

OAuth2: implement buildRequest for GET

Delete implementation of virtual functions, perform the same
functionality with buildRequest().
POST implementation is still missing.

9e03b03... by Alberto Mardegan

AbstractAuthenticator: take two more util methods from OAuth1 class

These methods are not really specific to any authentication method; they
could even be moved to a separate utils class.

8b49f43... by Alberto Mardegan

AbstractAuthenticator: move newXmlHttpRequest method to private header

No need for it to be public.

d67abda... by Alberto Mardegan

AbstractAuthentication: gain get, post implementations from OAuth1

These should be fairly common to all auth protocols: the
authentication-specific magic happens in the pure virtual buildRequest()
method.