Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create, read, update: handle created & modified property for passwords #173

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

vmiklos
Copy link
Owner

@vmiklos vmiklos commented Oct 12, 2024

The modified flag is handy when you want to make sure the password on a
given service is new enough (passwords before a certain time are
considered unsafe). And if we are at it, also add a creation time, too.

Store the date/time in a format like 2024-10-12T20:03:46+02:00, which is
machine-readable, but still more (human-)readable than just git-style
epoch seconds + timezone info.

The modified flag is handy when you want to make sure the password on a
given service is new enough (passwords before a certain time are
considered unsafe). And if we are at it, also add a creation time, too.

Store the date/time in a format like 2024-10-12T20:03:46+02:00, which is
machine-readable, but still more (human-)readable than just git-style
epoch seconds + timezone info.
@vmiklos vmiklos enabled auto-merge (rebase) October 12, 2024 18:51
@vmiklos vmiklos merged commit 3337186 into main Oct 12, 2024
1 check passed
@vmiklos vmiklos deleted the private/vmiklos/main branch October 12, 2024 18:52
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