Accessing the user property under the furo object allows you to obtain the object of the currently logged-in user. If not logged in, furo.user will return null.

Usage

const currentUser = furo.user;