Check if user is currently logged in.
static Future<bool> isLoggedIn() async { final webId = await AuthDataManager.getWebId(); return webId != null && webId.isNotEmpty; }