django-json-rpc icon indicating copy to clipboard operation
django-json-rpc copied to clipboard

ignoring user provided authenticator?

Open mutax opened this issue 9 years ago • 0 comments

Hey,

I was trying to implement my own authenticator to allow the password to be replaced by a user-specific API-Key. I noticed, that there seems to be no call to the supplied callback function, instead the authenticate function of the User Model is always called, and in addition this is not replacable as the model name is hardcoded.

I did some major rewrite in the decorator function and could try to format this as a patch - if its not a user error but an actual bug.

mutax avatar Aug 06 '15 21:08 mutax