This website requires JavaScript.
Explore
Help
Sign In
sjg
/
trx-rs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Refactor HTTP account system
#61
Merged
sjg
merged 1 commits from
agent/refactor-account-system
into
main
2026-08-11 00:31:08 +02:00
Conversation
0
Commits
1
Files Changed
30
+1115
-462
sjg
commented
2026-08-11 00:01:40 +02:00
Owner
Copy Link
Copy Source
Summary
remove guest and shared-passphrase authentication
add persistent multi-user password authentication with admin and user roles
add administrator user-management APIs and Settings UI
hash stored passwords with Argon2id and revoke sessions after account changes
update configuration, documentation, generated assets, and tests
Validation
cargo test --workspace
cargo clippy -p trx-config -p trx-frontend-http -p trx-client --all-targets -- -D warnings
npm run typecheck
npm run lint
npm test
npm run build
## Summary - remove guest and shared-passphrase authentication - add persistent multi-user password authentication with admin and user roles - add administrator user-management APIs and Settings UI - hash stored passwords with Argon2id and revoke sessions after account changes - update configuration, documentation, generated assets, and tests ## Validation - cargo test --workspace - cargo clippy -p trx-config -p trx-frontend-http -p trx-client --all-targets -- -D warnings - npm run typecheck - npm run lint - npm test - npm run build
sjg
added 1 commit
2026-08-11 00:01:41 +02:00
Refactor HTTP account system
CI / frontend (pull_request)
Successful in 5m13s
Details
CI / reuse (pull_request)
Successful in 29s
Details
CI / frontend (push)
Successful in 4m15s
Details
CI / reuse (push)
Successful in 5s
Details
CI / lint (pull_request)
Successful in 2m25s
Details
CI / test (pull_request)
Successful in 9m24s
Details
CI / lint (push)
Successful in 2m23s
Details
CI / test (push)
Successful in 8m19s
Details
3c3fc69542
sjg
merged commit
3c3fc69542
into
main
2026-08-11 00:31:08 +02:00
sjg
deleted branch
agent/refactor-account-system
2026-08-11 00:31:08 +02:00
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
Clear labels
bug
Something is not working
duplicate
This issue or pull request already exists
enhancement
New feature
help wanted
Need some help
invalid
Something is wrong
question
More information is needed
wontfix
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
sjg
(Stan Grams)
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sjg/trx-rs#61
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
sjg/trx-rs
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Summary
Validation