jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Add Stateless Auth for API endpoints and user validation in change email #62

Closed jorge07 closed 6 years ago

jorge07 commented 6 years ago

Fixes #61

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 191


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Infrastructure/User/Auth/Auth.php 3 4 75.0%
src/Infrastructure/User/Auth/Session.php 9 11 81.82%
src/UI/Http/Rest/EventSubscriber/ExceptionSubscriber.php 13 15 86.67%
<!-- Total: 68 73 93.15% -->
Totals Coverage Status
Change from base Build 159: 0.08%
Covered Lines: 502
Relevant Lines: 525

💛 - Coveralls
jorge07 commented 6 years ago

Thanks @Lutacon for the review