Looking for registration package

K

kj

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 service we would like to implement; the goal is
to be able to control the load on our servers. Therefore, if the
package includes an automated log-analysis component, all the
better, but this is not necessary.)

Any suggestions would be appreciated.

Thanks!

~K
 
A

Aahz

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.

Define "customer". You probably cannot do better than defining it as an
e-mail address, which makes requirements 2) and 3) pretty much impossible
unless you add invite codes or something.
 
G

gb345

Define "customer". You probably cannot do better than defining it as an
e-mail address, which makes requirements 2) and 3) pretty much impossible
unless you add invite codes or something.


Sorry to ask, but are you being cute here? As I wrote, what I'm
looking for is something in the spirit of Google API keys. Therefore,
if you understand Google's "one key per customer" rule, then you
understand what I want.

I realize that with enough determination, any scheme for limiting
keys to one per "customer" can be circumvented, but as long as the
"enough determination" threshold is "high enough" the requirement
is met for practical purposes. (This paragraph applies to **any**
security measure, of course.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top