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 details)
Built Distribution
File details
Details for the file wsgihatenaauth-0.1dev.tar.gz
.
File metadata
- Download URL: wsgihatenaauth-0.1dev.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1432b0cd558dca0cb543408900b254a1a8808ca093dc8bcf9a4297c487d3585 |
|
MD5 | 7233f0d3df6258431f3503df67cde637 |
|
BLAKE2b-256 | 1c815636fa7c51db0ba86666fe91163059daab6e2d52ee0c7afb6e2be8352a7b |
File details
Details for the file wsgihatenaauth-0.1dev-py2.5.egg
.
File metadata
- Download URL: wsgihatenaauth-0.1dev-py2.5.egg
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a272c39143dcd82f690c6d1da1ae30b64f5a4fe81a89db0d762ae3ab7215282 |
|
MD5 | a2a57501b392444a3a85d52ecc80f6b3 |
|
BLAKE2b-256 | 6e6aaaede993a1c2824ffb4702d5051dcaf1996e3d5048eb81e0a3dfb4cb6efa |