Closed Tellurian7 closed 7 years ago
the right issuse above
I'm using the latest version of lumen-passport, without the PHP7 ?? code and the array casting in ternary condition fail (syntax error)
I'm so sorry. I've linked the wrong issue. #10
No problem :) I didn't notice this issue was already reported.
@paolopiccinini @Tellurian7 @dusterio
I am facing 500 Internal Server Error on /oauth/token route with grant type password. But I can see my route here in routes list.
what are log saying? go in yourApp/storage/logs
Hi,
I'm using PHP v 5.6.28 and i get this error when i call oath/token (POST) :
Replace by
and it works.
Do i need a specific PHP configruation or something ? (array casting in ternary condition ?) Thanks.