`As a Spotter, I am able to log in to Spotters Application so I can start planning activities for my next trip` ## Technical - [ ] Create endpoint POST `/login` with parameters: - `email`: string|required - email of the user - `password`: string|required - password of the user - [ ] Create a new JWT for users to authenticate to API
As a Spotter, I am able to log in to Spotters Application so I can start planning activities for my next tripTechnical
/loginwith parameters:email: string|required - email of the userpassword: string|required - password of the user