ekino / v6y

Vitality is a tool crafted to maintain and optimize the health and performance of codebase and applications.
MIT License
4 stars 1 forks source link

[FEATURE]: Lighthouse CLI Support for Authenticated Pages #18

Open helabenkhalfallah opened 1 month ago

helabenkhalfallah commented 1 month ago

✨ Description

This feature enhances the Lighthouse CLI to handle authentication for web pages that require users to log in.

🚀 Motivation

Many web applications have critical pages behind login screens. Currently, the Lighthouse CLI cannot easily audit these pages, leading to incomplete performance assessments.

📝 Proposed Solution

Implement multiple authentication mechanisms in the Lighthouse CLI to cater to different authentication flows:

🔗 Relevant Links (if any)