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
This commit is contained in:
Jazz Turner-Baggs
2026-06-10 06:59:04 -07:00
committed by GitHub
parent 0e72fdf483
commit a610117e81
27 changed files with 297 additions and 222 deletions
Generated
+11
View File
@@ -1660,6 +1660,7 @@ dependencies = [
"chat-sqlite",
"components",
"libchat",
"logos-account",
"storage",
"tempfile",
]
@@ -1787,6 +1788,7 @@ dependencies = [
"prost",
"rand_core 0.6.4",
"safer-ffi",
"shared-traits",
"storage",
"tempfile",
"thiserror",
@@ -2113,6 +2115,7 @@ version = "0.1.0"
dependencies = [
"crypto",
"libchat",
"shared-traits",
]
[[package]]
@@ -2122,6 +2125,7 @@ dependencies = [
"chat-sqlite",
"components",
"libchat",
"logos-account",
"tempfile",
"thiserror",
]
@@ -3381,6 +3385,13 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shared-traits"
version = "0.1.0"
dependencies = [
"crypto",
]
[[package]]
name = "shlex"
version = "1.3.0"