mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-04 10:48:30 -05:00
feat: single source of truth of models + encrypted vault keys
This commit is contained in:
@@ -11,6 +11,5 @@ class KeyCreate(BaseModel):
|
||||
class KeyRead(ORMBase):
|
||||
id: UUID4
|
||||
owner_id: UUID4
|
||||
encrypted_key: str
|
||||
name: str
|
||||
created_at: datetime
|
||||
|
||||
Reference in New Issue
Block a user