bottle-auth
bottle-auth copied to clipboard
Bootle authentication, for Personal, Google, Twitter and facebook
Several changes in the code for support Python 3.x. These changes was made changing those packages and python codes that aren't supported in the version 3.x.
Python 3.5 is not very happy: ``` Running setup.py install for bottle-auth File "/var/www/venv/lib/python3.5/site-packages/bottle_auth/social/facebook.py", line 34 except HTTPRedirect, e: ^ SyntaxError: invalid syntax File "/var/www/venv/lib/python3.5/site-packages/bottle_auth/social/twitter.py", line 29 except HTTPRedirect, e:...
Today at the core of the bottle exist a basic authentication method, the idea is to make the "bottle-auth" conversation with the "bottle auth." ``` HTTP authentication data as a...
https://github.com/idan/oauthlib thanks @iurisilvio
As the OpenID service is being shut down[1], and no longer accepts new domains being registered, supporting the OAuth 2.0 pattern[2] would be valuable. http://stackoverflow.com/questions/9499286/using-google-oauth2-with-flask seems like a valuable resource...
missing a reference for breaker session middleware in example: fix: from beaker.middleware import SessionMiddleware app = SessionMiddleware("currentApp", session_opts)