Sunday, April 4, 2021

Needed guidance to improve my web application for network authentication.

I am working on a web application for authenticating users to grant them network access. Right now after verifying their credentials am allowing their IP address in the firewall rules and I know doing filtering just on the basis of IP address is very insecure. How do you suggest me to filter their packets.

And is it possible to run a Node.JS server to filter all the packets being generated in the network. If yes, how can I achieve that?

Thank you.



No comments:

Post a Comment