Returns the user, which triggered this execution.
Example:
let user = exo::get_user(); assert_eq!(user.ident.to_string(), "admin");