where do I read User object and check if the user ...
# ktor
y
where do I read User object and check if the user is active? I dont like to do in every handler. Where is the appropriate place to do this and tack the user object onto the ApplicationCall?
a
What do you mean by the User object? What problem are you trying to solve?