Make Laravel appsec login success event more accurate#2600
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2600 +/- ##
=========================================
Coverage 76.90% 76.90%
Complexity 2564 2564
=========================================
Files 215 215
Lines 23095 23095
=========================================
+ Hits 17761 17762 +1
+ Misses 5334 5333 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2024-03-28 09:41:16 Comparing candidate commit fc98f13 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 181 metrics, 0 unstable metrics. scenario:TraceSerializationBench/benchSerializeTrace
|
Description
It has been reported that the previous approach to trigger successful logins is not accurate. This results on some endpoints reporting successful login events on every request instead of just when a user gets logged in into the system. This PR attach the event to the event provided by Laravel
Reviewer checklist