Skip to content

Implement audit logging for authentication and API requests#48

Merged
kPlavsic merged 10 commits intodevelopfrom
feature/security-monitoring
Mar 12, 2026
Merged

Implement audit logging for authentication and API requests#48
kPlavsic merged 10 commits intodevelopfrom
feature/security-monitoring

Conversation

@kPlavsic
Copy link
Contributor

Implemented security audit logging system.

Added logging for:

  • LOGIN_SUCCESS and LOGIN_FAILED events
  • API request auditing through middleware

Security logs are stored in MongoDB (securitylogs collection) and include:
IP address, request path, HTTP method, status code and event details.

Tested through Swagger and verified in MongoDB Atlas.

@kPlavsic kPlavsic merged commit 9370792 into develop Mar 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant