(Translated by https://www.hiragana.jp/)
Tags · lbuchs/WebAuthn · GitHub
Skip to content

Tags: lbuchs/WebAuthn

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#94 Check for known android key hashes (#95)

* #94 Check for known android key hashes instead of URL origin check in case the origin string starts with android:apk-key-hash:;

* Fixed haystack needle order;

---------

Co-authored-by: Richard Prillwitz <richard.prillwitz@proton.ch>

v2.1.1

Toggle v2.1.1's commit message
Temp File Fix

v2.1.0

Toggle v2.1.0's commit message
EdDSA

Verify EdDSA using Sodium

v2.0.1

Toggle v2.0.1's commit message
Squashed commit of the following:

commit e22ac73
Author: Lukas Buchs <lukas.buchs@netas.ch>
Date:   Tue May 16 09:27:05 2023 +0200

    updated php requirements

commit 57eb035
Author: Stu <github@norfolkmustard.com>
Date:   Tue May 16 08:23:57 2023 +0100

    Update README.md (#74)

    for use of JSON_THROW_ON_ERROR in server.php line 56, ref https://www.php.net/json_decode

    demo fails to run on earlier PHP version (tested on 7.2.34)

commit eba9dfe
Author: Stijn Bannink <stijnbannink40@gmail.com>
Date:   Tue May 16 09:23:35 2023 +0200

    Added Token2 to FIDO keys (#73)

v2.0.0

Toggle v2.0.0'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

updated infos

v2.0.0-beta

Toggle v2.0.0-beta's commit message
transport Hybrid

transport hybrid added. Attention: Argument shift of getGetArgs() !

v1.1.3

Toggle v1.1.3's commit message
Self Signed detection

Fix self signed detection, switch to authorityKeyIdentifier instead of compare subject and issuer

v1.1.2

Toggle v1.1.2's commit message
Bugfix: ByteBuffer->equals

v1.1.1

Toggle v1.1.1's commit message
PHP 8 issues

v1.1.0

Toggle v1.1.0's commit message
PHP 8.1 fixes