llama.cpp/tools/server/public_simplechat/local.tools
hanishkvc 84403973cd SimpleChatTC:SimpleProxy: once in a bluemoon transformed bearer
instead of using the shared bearer token as is, hash it with
current year and use the hash.

keep /aum path out of auth check.

in future bearer token could be transformed more often, as well as
with additional nounce/dynamic token from server got during initial
/aum handshake as also running counter and so ...

NOTE: All these circus not good enough, given that currently the
simpleproxy.py handshakes work over http. However these skeletons
put in place, for future, if needed.

TODO: There is a once in a bluemoon race when the year transitions
between client generating the request and server handling the req.
But other wise year transitions dont matter bcas client always
creates fresh token, and server checks for year change to genrate
fresh token if required.
2025-12-04 19:41:39 +05:30
..
simpleproxy.json SimpleChatTC:SimpleProxy:BearerInsecure a needed config 2025-12-04 19:41:39 +05:30
simpleproxy.py SimpleChatTC:SimpleProxy: once in a bluemoon transformed bearer 2025-12-04 19:41:39 +05:30