Hi! I’ve been using Netlify (really awesome platform btw) free tier to develop an internal site where I work.
We’re about 6 months away from launch and I was wondering if there was some way to block traffic from unauthorized users? As in users that I haven’t authenticated previously or need some kind of username/password to login.
Currently the site uses Firebase Authentication and redirects if you’re not authenticated but I feel like there’s a better way to accomplish this functionality.
Thanks!