4
내가 사용하는 경우 laravel5.3의 여권 Password Grant Tokenslaravel passport 오류 메시지 사용자 정의하는 방법?
this.$http.post('/oauth/token', this.form)
.then(response => {
console.log(response)
})
내가 어떻게 사용자 지정이 오류 메시지가 알고 싶은
{"error":"invalid_credentials","message":"The user credentials were incorrect."}
이 메시지를 얻을.
이 메시지는 'vendor \ league \ oauth2-server \ src \ Exception \ OAuthServerException.php' 줄에서 보내는 메시지입니다. – TonyCat