Skip to content

feat: add jwt authentication

Arnaud Vergnet requested to merge topic/default/jwt_auth into branch/default

Using pyramid_jwt as base, this MR implements a new Authentication policy to handle JWT.

A new api/v1/login route has been added allowing the user to post his credentials and receiving a JWT token as response.

Closes #1 (closed)

Edited by Arnaud Vergnet

Merge request reports