codefy icon indicating copy to clipboard operation
codefy copied to clipboard

A PHP framework for codefying and building complex applications using Domain-Driven Design, CQRS, and Event Sourcing.

Results 2 codefy issues
Sort by recently updated
recently updated
newest added

Currently the [`Codefy\Framework\Auth\Repository\PdoRepository::authenticate()`](https://github.com/codefyphp/codefy/blob/3.0.x/src/Auth/Repository/PdoRepository.php#L27) method returns `Qubus\Http\Session\SessionEntity`. `SessionEntity` should only be returned in context of a session/cookie. The alternative is to return the database `result` or a DTO. Would love input...

enhancement
question

Integrate [qubus/validation](https://github.com/qubusphp/validation) and add form request feature.

enhancement