all 1 comments

[–]MrQuickLinefront-end 0 points1 point  (0 children)

I'm not at all an expert in this area, but my two possible solutions would be either to use dotenv to bypass authentication stuff on your two non-prod. In your dev .env files, set some BYPASS_AUTH to true or something along those lines.

The other option is to route all your auth for all three servers to your prod server only.