Is there a way to protect / authenticate the public networking link or custom domain?
e.g. want only ppl with some form of authentication to be able to access the public network / custom domain links
Solution:Jump to solution
auth would be something your apps need to provide, if thats not an option you would have to deploy a proxy to stand in front of your application to provide auth like this would - https://github.com/brody192/railway-caddy-basic-auth
and heres an example project with that in use - https://railway.app/project/35d8d571-4313-4049-9699-4e7db7f02a2f...
5 Replies
Project ID:
N/A
n/a
Solution
auth would be something your apps need to provide, if thats not an option you would have to deploy a proxy to stand in front of your application to provide auth like this would - https://github.com/brody192/railway-caddy-basic-auth
and heres an example project with that in use - https://railway.app/project/35d8d571-4313-4049-9699-4e7db7f02a2f
How do i set this up in railway?
have you taken a look at the example project?
I know it doesn't let you look at the variables values but I figured it would give you a good idea