Check if the user is authenticated.
static Future<bool> isAuthenticated() async { return (await Nylo.user()) != null; }