Variable AuthdUser.name

The current user's name if auth'd

struct AuthdUser
{
  // ...
  string name ;
  // ...
}