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

Support PIN secret type #94

Merged
merged 4 commits into from
Aug 22, 2022
Merged

Support PIN secret type #94

merged 4 commits into from
Aug 22, 2022

Conversation

tmpfs
Copy link
Collaborator

@tmpfs tmpfs commented Aug 22, 2022

No description provided.

tmpfs added 4 commits August 22, 2022 09:03
Implemented as a string so it can have an arbitrary length; clients should ensure that the string only contains ASCII digits.

The Secret::ensure_ascii_digits() function can verify all digits.

Closes #81.
@tmpfs tmpfs merged commit 6cd0e70 into main Aug 22, 2022
@tmpfs tmpfs deleted the pin branch August 22, 2022 10:24
tmpfs added a commit that referenced this pull request Jan 28, 2023
* Update browser build, bump minor version.

* Revert version change.

* Update version number.

* Support PIN secret type.

Implemented as a string so it can have an arbitrary length; clients should ensure that the string only contains ASCII digits.

The Secret::ensure_ascii_digits() function can verify all digits.

Closes #81.
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