-
- Downloads
Add multiple webauthn challenges (#8)
* Add multiple webauthn challenges * rename * fix multi webauthn
Showing
- README.md 1 addition, 1 deletionREADME.md
- composer.json 3 additions, 3 deletionscomposer.json
- src/PIResponse.php 11 additions, 4 deletionssrc/PIResponse.php
- test/privacyidea-php-client/TestEnrollToken.php 0 additions, 0 deletionstest/privacyidea-php-client/TestEnrollToken.php
- test/privacyidea-php-client/TestGetAuthToken.php 0 additions, 0 deletionstest/privacyidea-php-client/TestGetAuthToken.php
- test/privacyidea-php-client/TestPollTransaction.php 0 additions, 0 deletionstest/privacyidea-php-client/TestPollTransaction.php
- test/privacyidea-php-client/TestTriggerChallenge.php 0 additions, 0 deletionstest/privacyidea-php-client/TestTriggerChallenge.php
- test/privacyidea-php-client/TestValidateCheck.php 1 addition, 1 deletiontest/privacyidea-php-client/TestValidateCheck.php
{ | { | ||
"name": "privacyidea/privacyidea-php-sdk", | "name": "privacyidea/privacyidea-php-client", | ||
"description": "This is the privacyIDEA-PHP-SDK. The library that will help you to connect your plugin to the privacyIDEA server using REST APIs.", | "description": "This is the privacyIDEA-PHP-Client. The library that will help you to connect your plugin to the privacyIDEA server using REST APIs.", | ||
"minimum-stability": "stable", | "minimum-stability": "stable", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "vcs", | "type": "vcs", | ||
"url": "https://github.com/privacyidea/sdk-php" | "url": "https://github.com/privacyidea/sdk-client" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
... | ... |
File moved
File moved
File moved
File moved
Please register or sign in to comment