I wrote a server monitor and I want to be able to ...
# ktor
r
I wrote a server monitor and I want to be able to make it private. I don't want to make accounts, as basically you will either have access to it or not, so I just need a single key. Is there something in ktor features I can use or should I make my own thing? https://github.com/Ribesg/Swarm
I think the closest thing I could do is using basic auth with a fixed login and only provide password form on the client side