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