Skip to content

Commit

Permalink
Move input clean to another class for better maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Jul 10, 2024
1 parent 089cb51 commit 597d052
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/Auth/Authentication/JWTAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function login(array $credentials = [], bool $withPassword = true): array
* Return the user entity
* @param string $username
* @param string $password
* @param @param bool $withPassword wether to use password to login
* @param bool $withPassword wether to use password to login
* @return User|null
*/
protected function getUserEntity(
Expand Down
Loading

0 comments on commit 597d052

Please sign in to comment.