Hi. Topic says it pretty much.
My App is only making local API calls and now i want to make sure that no one has access to it but me (only access is from localhost:3000).
I know you can do it by blocking the port on your OS or Firewall but i want to know if this is somehow possible within meteor app?