GitTerraGame / GitTerra

A game of coding where you can play by doing the usual coding activities
https://gitterra.com/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Protection for API #22

Closed alexdruk closed 3 years ago

alexdruk commented 3 years ago

Description

We can protect api from unwanted calls by using the feature that all our api calls come from local server. Maybe implementing something like https://www.npmjs.com/package/express-ipfilter will help. What do you think?

Steps

Additional requarements

alexdruk commented 3 years ago

Make no sense. Api port is protected