Does anyone know if there is a way to have an endp...
# ktor
m
Does anyone know if there is a way to have an endpoint responds differently depending on if a request is authenticated or not?
Nevermind. I did some digging and noticed that the authenticate accepts an
optional
flag.