SanFelipeStudios / RomeTwo

Second Project, focused on practical design
0 stars 0 forks source link

Ability to access App from any IP #15

Open nicholasri opened 1 year ago

nicholasri commented 1 year ago

Network Access

As an iOS Engineer, I want to be able to access my application from anywhere without having to explicitly allow access from any network. Currently when I access the app from a new IP address I get the Error Log below. I want to understand what are the risks for allowing network access from anywhere and what are the steps we need to take to be able to sync data securing without comprising our users and our database.

Error:

IP address is not allowed to access this resource

Remote IP Address:
{IP_ADDRESS}
Given When Then
A User opens the application They they try to connect to our app from a new IP Address They should be able to fully access the application

Image