react-ig-feed
react-ig-feed copied to clipboard
Security issue with token?
Hello there,
Isn't it a risk to expose the token like this? Considering that this is likely to be used on a public-facing page somewhere means that random people could find your token.
I understand you trying to make a working one-stop component but you could address this risk in the readme. Fetching the feed on the backend and only using this component as a frontend component to show the feed result is a much safer method.