esbenp / esbenp/larapi

InvalidCredentialsException

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
399
Forks
114
PR merge metrics
No merged PRs in 30d

Description

after clone and install with composer and create new user i get this error when i try to login with created users

File:

`/Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/LoginProxy.php`

Stack trace:

```
Infrastructure\Auth\Exceptions\InvalidCredentialsException in /Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/LoginProxy.php:85
Stack trace:
#0 /Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/LoginProxy.php(48): Infrastructure\Auth\LoginProxy->proxy('password', Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/Controllers/LoginController.php(24): Infrastructure\Auth\LoginProxy->attemptLogin('esben@esben.dk', '1234')
#2 [internal function]: Infrastructure\Auth\Controllers\LoginController->login(Object(Infrastructure\Auth\Requests\LoginRequest))
#3 /Applications/XAMPP/xamppfiles/htdocs/my-api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(55): call_user_func_array(Array, Array)
#4 /Applications/XAMPP/xamppfiles/htdocs/my-api/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(44): Illuminate\Routing\Controller->callAction('login', Array)
```

@pmccarren could you help me? Thanks in advance

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.