Shorter variant which you can easily put wherever ...
# ktor
o
Shorter variant which you can easily put wherever you need:
Copy code
val session = call.sessions.get<Session>() ?: return@get call.response.status(HttpStatusCode.Unauthorized)