flask-jwt
flask-jwt copied to clipboard
Returned support for JWT_AUTH_ENDPOINT
As of 0.3.2, flask-jwt doesn't create a named auth endpoint (it is named _default_auth_request_handler).
Given that JWT_AUTH_ENDPOINT option is in the docs, I created this PR to restore endpoint naming functionality.