Password protect a deployment??

Does Fly have password protection for deployments (similar to Vercel)?

We do not. If you need a basic auth setup with elixir, Plug does support basic auth Plug.BasicAuth — Plug v1.15.2 Most web frameworks support basic auth in some form.

If you are using Phoenix we have the generator for user auth mix phx.gen.auth — Phoenix v1.7.10

1 Like

Thanks! Will use a Plug

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.