At the moment everyone can access our Rest-Api.
For future purposes it's nice to have some sort of authentication.
For a first pass we wanna add following funtionality:
[x] add "/login" location on server side
[x] modifiy login location to accept { name: string, password: string } parameters and return { success: boolean }
Description
At the moment everyone can access our Rest-Api. For future purposes it's nice to have some sort of authentication. For a first pass we wanna add following funtionality: