chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""Shared proxy-auth policy for FCC client launchers."""
|
||||
|
||||
PROXY_NO_AUTH_SENTINEL = "fcc-no-auth"
|
||||
|
||||
|
||||
def proxy_auth_token(auth_token: str) -> str:
|
||||
"""Return the configured proxy token or the no-auth client marker."""
|
||||
|
||||
return auth_token.strip() or PROXY_NO_AUTH_SENTINEL
|
||||
Reference in New Issue
Block a user