swactor-auth #43

Merged
zacheryasc merged 6 commits from swactor-auth into master 2026-02-16 15:39:28 +00:00

6 commits

Author SHA1 Message Date
8c36099c8c feat: completed auth MVP
Some checks failed
ci/clippy Job 'clippy' failed: command exited with code 101 [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#needless_range_loop [stderr] = note: `-D clippy::needless-range-loop` implied by ...
ci/check Job 'check' failed: command exited with code 101 [stderr] | |_^ [stderr] | [stderr] = note: the lang item is first defined in crate `std` (which `ed25519_dalek` depends on) [stderr] = note: first definition in `std` loaded from /home/z...
ci/ci Pipeline 'ci' failure
2026-02-16 22:37:29 +07:00
e549eeff08 feat: auth MVP with integrated tests 2026-02-15 17:18:38 +00:00
8ac45e593c fix: adjust auth protocol to datastore protocol 2026-02-15 17:16:03 +00:00
ebee109e95 feat: mvp auth protocol 2026-02-15 17:15:41 +00:00
84c4408d02 fix: cli for datastore works 2026-02-15 17:15:41 +00:00
863185ea69 feat: distributed datastore primitives protocol
Implements MVP for a swactor distributed datastore, addressing large files via content addressing.
2026-02-16 00:14:53 +07:00