Skip to content

Tags: ja7ad/otp

Tags

v1.3.3

Toggle v1.3.3's commit message
fix: Update repository references to new username

v1.3.2

Toggle v1.3.2's commit message
refactor(example_test): Update import and package name

v1.3.1

Toggle v1.3.1's commit message
refactor: Generalize validation logic

This introduces a generic validate function to reduce code duplication.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from Ja7ad/feat/otp-app

feat: add otp api service

v1.2.2

Toggle v1.2.2's commit message
fix: don't need check raw on suite abstract

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from Ja7ad/fix/truncate

fix: truncate get mod from derive

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from Ja7ad/feat/rfc6287

Feat: add rfc6287 ocra OATH Challenge-Response Algorithm

v1.1.0

Toggle v1.1.0's commit message
feat: otp-js: Implement WASM-based OTP generation and validation

v1.0.3

Toggle v1.0.3's commit message
refactor: Improve secret decoding and example usage

v1.0.2

Toggle v1.0.2's commit message
feat: Add skew validation and improve hotp counter handling

Improve security by validating skew and prevent counter underflow.