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

Consider PIN number secret type #81

Closed
tmpfs opened this issue Aug 9, 2022 · 0 comments
Closed

Consider PIN number secret type #81

tmpfs opened this issue Aug 9, 2022 · 0 comments
Assignees

Comments

@tmpfs
Copy link
Collaborator

tmpfs commented Aug 9, 2022

No description provided.

@tmpfs tmpfs self-assigned this Aug 9, 2022
tmpfs added a commit that referenced this issue Aug 22, 2022
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 closed this as completed in 6cd0e70 Aug 22, 2022
tmpfs added a commit that referenced this issue 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

No branches or pull requests

1 participant