You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance authentication auditing and IP handling
- Implemented client IP resolution in the authentication process, allowing for better tracking of user login attempts.
- Added auditing capabilities for authentication events, including success and failure logs with associated IP addresses.
- Updated the authentication service to validate client IP against allowed networks, enhancing security measures.
- Enhanced the audit schema to include IP information, providing more context for audit logs.
- Introduced new unit tests to ensure the reliability of the authentication auditing features and IP validation logic.
0 commit comments