jorge07 / symfony-6-es-cqrs-boilerplate

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

Security access fix #162

Closed cv65kr closed 4 years ago

cv65kr commented 4 years ago

Currently if we are logged in, we can still go inside pages /sign-in and /sign-up.

Symfony 5.1 introduced IS_ANONYMOUS so i bumped versions to use this and fix problem.