Refatoring : Working state
This commit is contained in:
@@ -12,6 +12,12 @@ use App\User\Exception\WeakPasswordException;
|
||||
use App\User\User;
|
||||
use App\User\UserRepositoryInterface;
|
||||
|
||||
/**
|
||||
* Service applicatif du domaine Auth.
|
||||
*
|
||||
* Regroupe l'authentification, le changement de mot de passe et le rate-limit
|
||||
* des tentatives de connexion par adresse IP.
|
||||
*/
|
||||
class AuthApplicationService implements AuthServiceInterface
|
||||
{
|
||||
private readonly LoginRateLimitPolicy $rateLimitPolicy;
|
||||
|
||||
Reference in New Issue
Block a user