On 8/10/06, hernan43 <[EMAIL PROTECTED]> wrote:
>
> If I wanted to make a Django app that utilized a custom authenticator
> and my own "API key" what would be the best way to generate unique API
> keys for my app.

  Anything random and unique will do it. You just need to
differentiate between requests. md5 of a username + randomstring is
fine.

  I also like how Yahoo handles it. They limit by IP addresses inside
a time-frame, not per API key. So if someone gets someone else's key
not much harm is done.


-- 
Julio Nobrega - http://www.inerciasensorial.com.br

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to