======================================= - Changed documentation from rst to markdown
0.2.51
======================================== - Updated documentation of OAuth registration URL (Robin Krahl) - Use POST form data instead of GET parameters (Cristian Consonni)
0.2.46
======================================== - Python 3.3+ support (thanks, Jan Lebert) - This required a switch to flask-oauthlib
- Doc fixes
0.1.37
======================================== Feature: allow user to specify App name, which is also used for naming session variables.
0.1.35
======================================== Bugfix: Added README.rst to source package to fix pip install. General: Added several other files to the source package too (license, contributors, demo.py, etc.)
0.1.34
======================================== New feature: - /logout will now also accept a 'next' parameter to forward the user to a nicer 'You have been logged out' page.