Jazz Turner-Baggs a610117e81
Update Context to accept External Identity Provider. (#127)
* rename .account_id() to .id()

* Create logos-traits crate

* Remove AccountId references

* external IdentityProvider for Context

* Fix compile errors from merge

* Update logos-traits to shared-traits

* format fixes

* warnings cleanup

* clippy fix

* Remove rebase artifact
2026-06-10 06:59:04 -07:00
..
2026-05-20 14:11:02 -07:00

λAccount

Logos(λ) Accounts are used to represent users across multiple services.

An Account is a grouping of different entities used to describe a single User or entity in the Logos Ecosystem.

Services Supported

Service Supported
λChat 🟢

LogosAccount

Not Implemented

TestLogosAccount (feature = "dev")

A minimal implementation intended for development, testing, and CLI tooling. It accepts any string as the account ID and generates a fresh Ed25519 key pair on construction. State is not persisted — identity is lost on drop.

Do not use in production.