-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved types, README documentation
* Improve type specifications for module parameters, particularly options. * Rename `time()` to `interval()` for clarity. * Export types for clients to reference as-needed. * Remove invalid `casefold` option in `hotp` function (this parameter is not set correctly and is unsupported by underlying base32 decoder, which is already case-insensitive). * Re-order library functions to group token generation and token validation. * Update README with TOC, cross-references, links table at the bottom, and function references.
- Loading branch information
1 parent
d7abe97
commit fa4d431
Showing
2 changed files
with
299 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.