Actions
Activity #3164
closedModule #3142: Development
Creating an api to save the user login status and details
Start date:
01/13/2025
Due date:
01/31/2025
% Done:
100%
Estimated time:
Planned Due Date:
Description
The api should be able to save the data of a user trying to login.
- user_id, username, firstname, lastname, role, logged_in_time, errors(if any)
-Create a table user_login_details
-a primary key should be present(id)
Actions