Struct AuthdUser

The struct which holds relevant auth'd user data

struct AuthdUser ;

Instances of this struct are passed to the veiws to display relevant auth'd user data. They are also used to indicate that the the user has been auth'd via the blogd.web.Web.ensureUserAuthed method

Fields

NameTypeDescription
loggedIn boolIndicates the auth'd status of the current user
name stringThe current user's name if auth'd