pallets-eco / flask-jwt

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

Returned support for JWT_AUTH_ENDPOINT #83

Open vasa-chi opened 8 years ago

vasa-chi commented 8 years ago

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.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.05%) to 95.706% when pulling ae0421745eb3073a1a718d5347229f88de52b519 on vasa-chi:master into c27084114e258863b82753fc574a362cd6c62fcd on mattupstate:master.