// Current returns the currently authenticated user, if any. func Current(ctx *app.Context) app.User { return ctx.User() }