api-laravel-passport icon indicating copy to clipboard operation
api-laravel-passport copied to clipboard

The base for developing awesome projects

Results 4 api-laravel-passport issues
Sort by recently updated
recently updated
newest added

After registered, I can't login. ![image](https://user-images.githubusercontent.com/45660446/72314931-cb94a980-36cb-11ea-83e0-4f85d4cbfd1f.png) ![image](https://user-images.githubusercontent.com/45660446/72315051-4231a700-36cc-11ea-9eb8-2abd82d8ca20.png) I used same credentials

Illuminate\Database\QueryException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'api_token' in 'where clause' (SQL: select * from `users` where `api_token` = **When I am trying to access the user details in...

When I deploy it on heroku it work fine in register and other route but login is not work Always i get error 500 "message": "Server Error" plz help me...

Hello, It seems to Remember Me functionality does not work. remember_token field in database is not refreshed. Is it really needed if you use token with expiration date ? best...