react-oauth2-example
react-oauth2-example copied to clipboard
React example for handling OAuth2 authentication and refresh token
Results
2
react-oauth2-example issues
Sort by
recently updated
recently updated
newest added
How is this secure? You're client_id and client_secret are exposed in `bundle.js`
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...