Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit e22ac73
Author: Lukas Buchs <[email protected]>
Date:   Tue May 16 09:27:05 2023 +0200

    updated php requirements

commit 57eb035
Author: Stu <[email protected]>
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 <[email protected]>
Date:   Tue May 16 09:23:35 2023 +0200

    Added Token2 to FIDO keys (#73)
  • Loading branch information
lbuchs committed May 16, 2023
1 parent b31384c commit 7d3ea0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Availability of built-in passkeys that automatically synchronize to all of a use
* Firefox see [Bugzilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1792433)

## Requirements
* PHP >= 7.1.0 with [OpenSSL](http://php.net/manual/en/book.openssl.php)
* PHP >= 8.0 with [OpenSSL](http://php.net/manual/en/book.openssl.php) and [Multibyte String](https://www.php.net/manual/en/book.mbstring.php)
* Browser with [WebAuthn support](https://caniuse.com/webauthn) (Firefox 60+, Chrome 67+, Edge 18+, Safari 13+)

## Infos about WebAuthn
Expand All @@ -139,3 +139,4 @@ Availability of built-in passkeys that automatically synchronize to all of a use
* [OneSpan](https://www.vasco.com/products/two-factor-authenticators/hardware/one-button/digipass-secureclick.html)
* [Hypersecu](https://hypersecu.com/tmp/products/hyperfido)
* [Kensington VeriMark™](https://www.kensington.com/)
* [Token2](https://www.token2.com/shop/category/fido2-keys)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php" : ">=7.1"
"php" : ">=8.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7d3ea0d

Please sign in to comment.