Add code login
It is now possible to login using a code with the route /api/auth/login/<code>
where <code>
is the competition code.
This should be integrated with the client.
Also change the route on the client from .../<view_type>/id=<id>&code=<code>
to .../presentation/<code>
.
Edited by Victor Löfgren