LeikRad / IES_CountMeIn

Group 4's project for IES. Count Me In, an automatic sensor service that controls the number of people inside a room.
MIT License
0 stars 2 forks source link

POST endpoint for login and GET endpoint for user info #28

Closed JakeRosa closed 9 months ago

JakeRosa commented 9 months ago

A POST endpoint was created for the admin to log in with an email and password, taking some security measures into consideration. Additionally, an endpoint was created that retrieves information and the rooms of the admin who logged in.