Skip to content

Harmonize storage operations#31

Merged
448-OG merged 1 commit into
masterfrom
harmonize-storage-access
Apr 9, 2026
Merged

Harmonize storage operations#31
448-OG merged 1 commit into
masterfrom
harmonize-storage-access

Conversation

@448-OG

@448-OG 448-OG commented Apr 9, 2026

Copy link
Copy Markdown
Member
  • Set and remove operations are now atomic
  • Can set many key-values atomically
  • AuthToken storage now starts with the TAI timestamp for efficient recurring removal based on expiry
  • New AuthToken format with timestamp now used in cookies
  • Get operations in the storage now see the ACID based DB snapshot
  • Remove Arc since Keyspace is Copy type = Remove used deps in common dir
  • A new Holder type for storing the information about a user or organization
  • This Holder trait harmonizes the operations to create and verify a new user

- Set and remove operations are now atomic
- Can set many key-values atomically
- AuthToken storage now starts with the TAI timestamp for efficient recurring removal based
  on expiry
- New AuthToken format with timestamp now used in cookies
- Get operations in the storage now see the ACID based DB snapshot
- Remove Arc since Keyspace is Copy type
= Remove used deps in common dir
- A new `Holder` type for storing the information about a user or organization
- This `Holder` trait harmonizes the operations to create and verify a new user
@448-OG 448-OG merged commit 4c19f57 into master Apr 9, 2026
1 check failed
@448-OG 448-OG deleted the harmonize-storage-access branch April 9, 2026 18:12
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.

1 participant