Closed avilaton closed 9 years ago
Can you squash this into one commit?
Done, I just found the other typo after submiting the PR. A test would have caught this second one.
Can you escalate merging this please and release a patch version @mattupstate?
Thanks so much! @mattupstate
I'm releasing this, but I'd like to mention that this handler option is going to be deprecated as I don't see any real value in being able to override the entire auth resource view function. This should be done by disabling the auth resource by setting JWT_AUTH_URL_RULE = None
and registering your own auth resource directly on your application.
Bumped into this while swaping 0.2.0 for 0.3.0. Great job by the way!