yiisoft / user

Convenient user identity management and access checking.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Don't spam into logs from LoginMiddleware #98

Closed viktorprogger closed 4 months ago

viktorprogger commented 4 months ago
Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.61%. Comparing base (701d62c) to head (8a13d86).

:exclamation: Current head 8a13d86 differs from pull request most recent head 94dc0a6. Consider uploading reports for the commit 94dc0a6 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================= Coverage 99.61% 99.61% Complexity 99 99 ========================================= Files 13 13 Lines 261 261 ========================================= Hits 260 260 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

samdark commented 4 months ago

Thanks!