Hi, how do i add password (basic auth) for a staging app if someone tried to access it.
Like the ones with .htpasswd/.htaccess file.
Hi, how do i add password (basic auth) for a staging app if someone tried to access it.
Like the ones with .htpasswd/.htaccess file.
There’s nothing built-in to Fly for this. You can implement it in most frameworks quite easily. Here’s an extension for nodejs express and for Ruby on Rails.
thanks @jsierles i’ll take a look on this one!
From How To to Questions / Help
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.