Skip to main content

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


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 details)

Uploaded Source

Built Distribution

wsgihatenaauth-0.1dev-py2.5.egg (5.9 kB view details)

Uploaded Source

File details

Details for the file wsgihatenaauth-0.1dev.tar.gz.

File metadata

File hashes

Hashes for wsgihatenaauth-0.1dev.tar.gz
Algorithm Hash digest
SHA256 d1432b0cd558dca0cb543408900b254a1a8808ca093dc8bcf9a4297c487d3585
MD5 7233f0d3df6258431f3503df67cde637
BLAKE2b-256 1c815636fa7c51db0ba86666fe91163059daab6e2d52ee0c7afb6e2be8352a7b

See more details on using hashes here.

File details

Details for the file wsgihatenaauth-0.1dev-py2.5.egg.

File metadata

File hashes

Hashes for wsgihatenaauth-0.1dev-py2.5.egg
Algorithm Hash digest
SHA256 1a272c39143dcd82f690c6d1da1ae30b64f5a4fe81a89db0d762ae3ab7215282
MD5 a2a57501b392444a3a85d52ecc80f6b3
BLAKE2b-256 6e6aaaede993a1c2824ffb4702d5051dcaf1996e3d5048eb81e0a3dfb4cb6efa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page