cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
172 stars 76 forks source link

getting cors error #161

Open krishnac707 opened 9 months ago

krishnac707 commented 9 months ago

GET https://cors.bridged.cc/https://www.googleapis.com/oauth2/v3/userinfo?alt=json net::ERR_FAILED 429 (Too Many Requests)

Access to fetch at 'https://cors.bridged.cc/https://www.googleapis.com/oauth2/v3/userinfo?alt=json' from origin 'https://www.buzzstartups.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

epubreader commented 9 months ago

how to remove prefix https://cors.bridged.cc/, I think we don't need proxy this url

occultus73 commented 8 months ago

If someone makes a fork of this repo without this cors.bridged.cc/ service, that can still provide basic credential token fetching, I'd very much like to use it.