In a...@pythoncraft.com (Aahz) writes:
>In article , kj wrote:
>>
>>I'm looking for a Python-based, small, self-contained package to
>>hand out API keys, in the same spirit as Google API keys.
>>
>>The basic specs are simple: 1) enforce the "one key per customer" rule;
>>2) be robot-proof; 3) b
In article , kj wrote:
>
>I'm looking for a Python-based, small, self-contained package to
>hand out API keys, in the same spirit as Google API keys.
>
>The basic specs are simple: 1) enforce the "one key per customer" rule;
>2) be robot-proof; 3) be reasonably difficult to circumvent even for
>h
I'm looking for a Python-based, small, self-contained package to
hand out API keys, in the same spirit as Google API keys.
The basic specs are simple: 1) enforce the "one key per customer"
rule; 2) be robot-proof; 3) be reasonably difficult to circumvent
even for humans.
(This is for a web se