summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection/auth/inherent.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Do not allow a connection to be authenticated twiceNick Mathewson2026-03-161-1/+1
* rpc: Move responsibility for Session creation to ConnectionNick Mathewson2026-03-161-4/+1
* rpcserver: Remove stale TODO about authenticationNick Mathewson2025-01-281-3/+0
* rpcserver: Improve conversion of authentication error.Nick Mathewson2025-01-281-7/+0
* rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-5/+9
* arti-rpcserver: Server side of cookie auth.Nick Mathewson2025-01-151-8/+1
* arti-rpcserver: Tell connections what kind of auth to expect.Nick Mathewson2025-01-151-5/+7
* arti-rpcserver: move inherent authentication to its own module.Nick Mathewson2025-01-151-0/+77