pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

Minor typo correction #57

Closed avilaton closed 9 years ago

avilaton commented 9 years ago

Bumped into this while swaping 0.2.0 for 0.3.0. Great job by the way!

mattupstate commented 9 years ago

Can you squash this into one commit?

avilaton commented 9 years ago

Done, I just found the other typo after submiting the PR. A test would have caught this second one.

arcivanov commented 9 years ago

Can you escalate merging this please and release a patch version @mattupstate?

arcivanov commented 9 years ago

Thanks so much! @mattupstate

mattupstate commented 9 years ago

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.