Skip to content

Call login server api. Use jwt in server calls.

Alexandre Soler Sanandres requested to merge axios-header into develop

Closes #57 (closed) Closes #56 (closed)

update login saga and api to connect to server and handle the result. As part of the result handling on a successful login the token is set in the axios headers. logout removes the token from the headers

Merge request reports