Customizing the Flask-JWT authenticate function Customizing the Flask-JWT authenticate function flask flask

Customizing the Flask-JWT authenticate function


Flask-JWT is old and has been abandoned. Check out flask-jwt-extended or flask-jwt-simple as alternatives, they are better designed and still maintained (I am the author of those extensions, so I am of course biased).

They are setup so you provide your own endpoint instead of having the extension manage an endpoint for you.