This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c4fab54813133041e38067fad8907dfc28c670c6
tree 097c6b82aa3fd4ae48d7318fb8286be123e94457
parent 700ffedc91ba7dc2f08aa6eee18dee252c47e7ed
tree 097c6b82aa3fd4ae48d7318fb8286be123e94457
parent 700ffedc91ba7dc2f08aa6eee18dee252c47e7ed
| name | age | message | |
|---|---|---|---|
| |
MANIFEST.in | Sat Apr 25 16:32:37 -0700 2009 | |
| |
README.txt | Sun Apr 26 01:39:44 -0700 2009 | |
| |
development.ini | Sat Apr 25 23:47:26 -0700 2009 | |
| |
docs/ | Sat Apr 25 16:32:37 -0700 2009 | |
| |
ez_setup.py | Sat Apr 25 16:32:37 -0700 2009 | |
| |
oauth_what.egg-info/ | Sat Apr 25 16:32:37 -0700 2009 | |
| |
oauthwhat/ | Sun Apr 26 14:33:02 -0700 2009 | |
| |
setup.cfg | Sat Apr 25 16:32:37 -0700 2009 | |
| |
setup.py | Sun Apr 26 01:27:36 -0700 2009 | |
| |
test.ini | Sat Apr 25 16:32:37 -0700 2009 |
README.txt
This is a demo of OAuth with pylons using repoze.what/who middleware
It's not polished by any means, but should be a good starting point
The interesting oauth tidbits are in::
oauthwhat.lib.auth
oauthwhat.lib
As well as a little in
oauth.model
Installation and Setup
======================
Install ``oauth-what`` using easy_install::
easy_install oauth-what
Make a config file as follows::
paster make-config oauth-what config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.
Make sure you update::
oauth.consumer_key = CONSUMER_KEY_HERE
oauth.consumer_secret = SECRET_KEY_HERE
With your keys from your oauth provider
Send questions/comments to mikelikespie@gmail.com
Thanks to Chrstian Scholtz for the repoze.who.openid plugin which I tore apart
http://quantumcore.org/docs/repoze.who.plugins.openid







