wsgi middlewar
Project description
wsgi middle ware to authorization with Hatena Auth API.
- usage::
from wsgiref.simple_server import make_server, demo_app from wsgihatenaauth import HatenaAuthHandler
apiKey = yourHatenaAuthApiKey secret = yourHatenaAuthSercretKey
app = HatenaAuthHandler(apiKey=apiKey, secret=secret)(demo_app) httpd = make_server(‘’, 8000, app) httpd.serve_forever()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wsgihatenaauth-0.1dev.tar.gz
(3.3 kB
view hashes)