This website requires JavaScript.
Explore
Register
Sign In
syncode
/
identity
Watch
2
Star
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
feat: add LocalAgent sessions and credentials
#13
Merged
day01
merged %!d(
) commits from
%!s(
)
into
%!s(
)
2026-08-23 10:27:50 +00:00
Conversation
0
Commits
-
Files Changed
-
day01
commented
2026-08-23 10:18:28 +00:00
Owner
Copy Link
Copy Source
Summary
add LocalAgent definitions, lifecycle, fenced leases, heartbeat rotation, and revoke
add short-lived repository-scoped credentials and SSH key resolution
add PKCE CLI login exchange and encrypted OAuth pending state
expose public LocalAgent gRPC service and internal forge identity RPCs
Verification
cargo test --workspace
cargo clippy --workspace --all-targets -- -D warnings
./scripts/check-architecture.sh
./scripts/check-rust-loc.sh
## Summary - add LocalAgent definitions, lifecycle, fenced leases, heartbeat rotation, and revoke - add short-lived repository-scoped credentials and SSH key resolution - add PKCE CLI login exchange and encrypted OAuth pending state - expose public LocalAgent gRPC service and internal forge identity RPCs ## Verification - cargo test --workspace - cargo clippy --workspace --all-targets -- -D warnings - ./scripts/check-architecture.sh - ./scripts/check-rust-loc.sh
day01
changed target branch from
main
to
develop
2026-08-23 10:19:54 +00:00
day01
added 1 commit
2026-08-23 10:19:54 +00:00
feat: add LocalAgent sessions and credentials
day01
merged commit
175ba62cf6
into
%!s(
)
2026-08-23 10:27:50 +00:00
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
KG5321
(KG5321)
day01
nauron
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: syncode/identity#13
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
syncode/identity
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
SynCode is built on
Gitea
·
MIT License
Summary
Verification