8000 Tags · Lacholaaremnta/otphp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Lacholaaremnta/otphp

Tags

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v10.0.0

Toggle v10.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Minor fixes (Spomky-Labs#131)

* Timecode calculation method corrected
* Fixed typo (Spomky-Labs#92)
    * otherwize -> otherwise
* Minor changes
* Uses newer syntax and uses unpack instead of splitting strings
* Add type hint

v10.0

Toggle v10.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Doc updated

v9.1.4

Toggle v9.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix issue of case sensitive algorithms (Spomky-Labs#129)

There is an issue where if loading a provisioning URL with the algorithm in uppercase that an exception is thrown even though the algorithm is valid. This one liner fixes the issue by lowercasing the algorithm name before checking and setting.

v9.1.3

Toggle v9.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert Spomky-Labs#107 (Spomky-Labs#127)

This PR reverts the changes from Spomky-Labs#107.
It should solve Spomky-Labs#126 / Spomky-Labs#125

v9.1.2

Toggle v9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow both beberlei/assert v2.4 and 3.x (Spomky-Labs#123)

Fix Spomky-Labs#122

v9.1.1

Toggle v9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Trailing chars (Spomky-Labs#116)

* Auto remove trailing "=" + test
* Doc

v8.3.3

Toggle v8.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (Spomky-Labs#112)

[ci skip] [skip ci]

v9.1.0

Toggle v9.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Implement TOTP T0 (epoch) parameter according to RFC 6238 (Spomky-Lab…

…s#100)

Implement TOTP T0 (epoch) parameter according to RFC 6238

v9.0.3

Toggle v9.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Catch exception during Base32 decoding process (Spomky-Labs#96)

* Catch exception during Base32 decoding process
* Tests added
0