nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
2019-09-12T01:33:25.005900Z

@bozhidar i have an app in a docker container and I was thinking have some sort of password or key based auth

dpsutton 2019-09-12T01:48:56.006700Z

We only start the nrepl server in a dev environment. Not sure if that could help you

bozhidar 2019-09-12T06:31:00.008Z

@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.

bozhidar 2019-09-12T06:32:21.008600Z

A simple password-based approach won’t work, as the nREPL requests are not encrypted.