baptadn/react-oauth2-example

ERR_CONNECTION_REFUSED

Opened this issue · 0 comments

Hi,

When I try to login by providing credentials with username and password, it keeps throwing an error saying;

bundle.js:1085 GET http://localhost/app_dev.php/api/oauth/v2/token?client_id=1_1x7wyo33dxs0wc4…wcc0sg8swkgo8ccck08go40koc&grant_type=password&username=burak&password=ulu net::ERR_CONNECTION_REFUSED

I guess that's because I don't have app_dev.php file to run as a server and you didn't provide it with the project. How can I achieve to login and gather a token?

Thanks