php - Laravel5.2 with auth2.0 not working -
i have set auth server laravel5.2 following tutorial. http://discountry.github.io/tutorial/2016/02/20/laravel-restful-oauth2/
all things done well. when call url http://localhost/myprojectname/public/oauth/access_token
using postman rest client not working.
i get
500 internal server error getting
fixed errors loged in apache error log.now gives following error when try access token.
tokenmismatchexception in verifycsrftoken.php line 67:
what wrong have done ?
Comments
Post a Comment