Blocked by #29. Add endpoints for authentication with JWT:
/api/auth for authentication (username + hashed password),
/api/auth/verify whether JWT token is still valid,
/api/auth/me information about the currently authenticated user,
See paralink-ui issue for more info.