Skip to content

feat: added login to people

GUVEN Kemal requested to merge login into master

Created by: Nabilsenko

Test using the endpoint: POST/login Example of JSON object { "email" : "nabil", "passwordHash" : "gGmvD.U1!" } The returned token must be stored somewhere in the front. It must be sent in the bearer of each request (for now, only in GET/people & GET/people/{id}).

Merge request reports