MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / server.py

File server.py

src/11/simple_authentication_of_clients/server.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from socket import socket, AF_INET, SOCK_STREAM
2from auth import server_authenticate
3
4secret_key = b'peekaboo'

Callers

nothing calls this directly

Calls 1

echo_serverFunction · 0.70

Tested by

no test coverage detected