Expand description
Browser authentication detection for web-based LLM providers
This module reads browser cookies (without opening windows) to detect which cloud LLM providers the user is authenticated with.
Structs§
- Auth
Summary - Summary of authenticated providers across all browsers Reserved for future programmatic access to auth state
- Browser
Auth Result - Result of checking browser authentication
- Extracted
Cookie - Extracted cookie with its value
- Provider
Auth - Web LLM provider authentication info
- Provider
Credentials - Provider credentials extracted from browser cookies
Enums§
- Browser
Type - Supported browser types for cookie extraction
Constants§
- WEB_
LLM_ PROVIDERS - Known web LLM providers and their authentication cookies
Functions§
- extract_
provider_ cookies - Extract actual cookie values for a specific provider
- get_
auth_ summary - Get a summary of all authenticated web LLM providers Reserved for future programmatic access to auth state
- get_
installed_ browsers - Get list of installed browsers
- scan_
browser_ auth - Scan browsers for authenticated LLM providers
- scan_
browser_ auth_ verbose - Scan browsers for authenticated LLM providers with verbose output