Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/masterking32/MasterHttpRelayVPN
/ random_auth_key
Function
random_auth_key
setup.py:67–69 ·
view source on GitHub ↗
(length: int = 32)
Source
from the content-addressed store, hash-verified
65
66
67
def
random_auth_key(length: int = 32) -> str:
68
alphabet = string.ascii_letters + string.digits
69
return
""
.join(secrets.choice(alphabet)
for
_ in range(length))
70
71
72
def
load_base_config() -> dict:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected