Skip to content

feat(api): Login and "me" endpoint

s4005251 requested to merge feat/api-login into main

This PR implements the function to get a JWT using username and password. The JWT is used to authenticate to the newly introduced "/users/me" endpoint. This endpoint returns the user id and the username.

Merge request reports

Loading