samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

added call to authentication callback, rewrote creds extraction #68

Open mutax opened 9 years ago

mutax commented 9 years ago

As reported in bug #65 I was not able to see a call to my provided callback. I am using attached patch in my development branch to allow a) authentication against the default django auth with a custom use model b) authentication against a user-specific api-key instead of a password

I would be very happy if you could incorporate the patch.

samuraisam commented 9 years ago

Will this affect current library users who are using authentication?