Expand description
Authentication where both parties prove the ability to read a “cookie” file from disk.
For full documentation of the protocol, see rpc-cookie-sketch.md
Structs§
- Cookie
Auth 🔒InProgress - An in-progress cookie authentication attempt.
- Cookie
Begin 🔒 - Begin authenticating on an RPC connection, using Cookie authentication.
- Cookie
Begin 🔒Reply - An RPC server’s response to an
auth:cookie_begin
request. - Cookie
Continue 🔒 - Finish cookie authentication, returning a new RPC Session.
Functions§
- cookie_
begin 🔒 - Invoke the
auth:cookie_begin
method on a connection. - cookie_
continue 🔒 - Invoke the
auth:cookie_continue
method on aCookieAuthInProgress