api-laravel-passport
api-laravel-passport copied to clipboard
The base for developing awesome projects
After registered, I can't login.   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...