Skip to content

Account management#816

Draft
brenodt wants to merge 1 commit into
mainfrom
feat/account-management
Draft

Account management#816
brenodt wants to merge 1 commit into
mainfrom
feat/account-management

Conversation

@brenodt

@brenodt brenodt commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@brenodt brenodt requested a review from MathJud March 24, 2026 00:53
@brenodt brenodt self-assigned this Mar 24, 2026

@MathJud MathJud left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works truly great!


/// Serializable subset of the config UserAccount (excludes session_token).
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct ExportedAccount {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to also export the users authentication session_token.
The reason behind would be qauld server installations where we deploy that and already have automated clients with existing session tokens that can then further be used.

Comment thread rust/libqaul/Cargo.toml
semver = "1.0"
argon2 = "0.5.3"
tar = "0.4"
flate2 = "0.2"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pleas upgrade to flate2 1.1
This also defaults to miniz_oxide which is writen in safe rust (right now it compile the C library miniz_sys)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants