How would I write an API gateway using Ktor? I hav...
# ktor
m
How would I write an API gateway using Ktor? I have two services at the backend and I need this gateway to handle authentication and of course, routing to the actual services.