@bozhidar i have an app in a docker container and I was thinking have some sort of password or key based auth
We only start the nrepl server in a dev environment. Not sure if that could help you
@danboykis There’s no security currently. Some form of auth was discussed in the past, but there was never a lot of demand for it.
A simple password-based approach won’t work, as the nREPL requests are not encrypted.