0.05:
- Make middlewares chainable
0.04:
- Add a base authentication middleware DoormanAuthentication for doing local auth in the app.
0.03:
- Minor fix on too many "/"s in URI path
0.02:
- ua and consumer_secret are now configurable
- root_url is now optional -- a default one would be your app host without path (something looks like http://foo.com or http://bar.com:8080)
- scope is now default to 'users', and optional.
0.01: First Release.
- Contains basic OpenID and Twitter auth middleware.