Can you get the currently authenticated user inside a view? Is userCtx.name not available? I get no results at all when I use it.
I want to use the username to get values for the currently authenticated user. I know I can first get the session, then send the username as the key, but that requires two separate requests. Thanks, Marcus
