unsloth/studio/backend/core
Roland Tannous 81778a2c2d feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake
The API key is no longer sent as plaintext in HTTP responses. Instead, the
frontend performs a reveal handshake: fetches the server's RSA public key,
generates a session AES-256 key, RSA-OAEP wraps it, and the server returns
the API key encrypted with AES-GCM. This protects the bearer token even
when Studio is served over plain HTTP.
2026-04-10 04:51:41 +00:00
..
data_recipe build(deps): bump oxc-parser (#4776) 2026-04-08 03:35:33 -07:00
export split venv_t5 into tiered 5.3.0/5.5.0 and fix trust_remote_code (#4878) 2026-04-07 20:05:01 +04:00
inference feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake 2026-04-10 04:51:41 +00:00
training split venv_t5 into tiered 5.3.0/5.5.0 and fix trust_remote_code (#4878) 2026-04-07 20:05:01 +04:00
__init__.py Combine studio setup fixes: frontend caching, venv isolation, Windows CPU support (#4413) 2026-03-18 03:52:25 -07:00