Skip to content
Snippets Groups Projects
Commit fb3f568e authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Replace jwt decorators with flask-login

Using flask-login request_loader, we can validate jwt tokens.
This allows to use the same decorators for the web UI (using cookies)
and the API (using JWT) as well as the current_user local proxy.
parent 415d4192
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment