Creación de APIs con Laravel | Sesiones de usuario
Marcelo Oros@marceloo
Buenas tardes, tengo un problema al probar el inicio de sesion, a pesar de que ingreso todos lo datos de forma correcta (grant_type, client_id, client_secret, username, passwor)siempre me devuelve lo siguiente.
si podria ayudarme con esto le agradeceria.
"error": "invalid_grant",
"error_description": "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.",
"hint": "",
"message": "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."} ~~~
Escribe una respuesta