Laravel Passport invalid_grant for password grant_type
问题 I've been trying to create an access_token for my api. I've followed the setup and am using Postman to test/create a token. I can't seem to get past an invalid_grant error. I've tried what seems like every combination I've been able to find without any luck. Here is my setup: Sending a POST request to: http://mywebsite.local/oauth/token In the body, I am setting form-data to this (name/value): grant_type password client_id 1 client_secret <super_long_string> username my@email.com password