pallets-eco / flask-jwt

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

What to do identity_handler? #132

Open heckad opened 5 years ago

heckad commented 5 years ago

In example is present identity_handler but it is not used anywhere. Will current_user ever be added like in Flask-login?