Commits on Source (3)
-
-
Pavel Břoušek authored
feat: rate limiting Closes PRX-12 See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-privacyidea!22
-
semantic-release-bot authored
# [5.5.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-privacyidea/compare/v5.4.2...v5.5.0) (2023-06-27) ### Features * rate limiting ([c458740d](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-privacyidea/commit/c458740d9cd18004b018326a433d7633ebff70a1))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 59 additions, 2 deletionscomposer.lock
- docs/privacyidea.md 18 additions, 0 deletionsdocs/privacyidea.md
- lib/Auth/MongoDBStorage.php 97 additions, 0 deletionslib/Auth/MongoDBStorage.php
- lib/Auth/Process/PrivacyideaAuthProc.php 25 additions, 10 deletionslib/Auth/Process/PrivacyideaAuthProc.php
- lib/Auth/Source/PrivacyideaAuthSource.php 16 additions, 7 deletionslib/Auth/Source/PrivacyideaAuthSource.php
- templates/LoginForm.php 9 additions, 4 deletionstemplates/LoginForm.php
- www/FormBuilder.php 5 additions, 2 deletionswww/FormBuilder.php
- www/FormReceiver.php 36 additions, 2 deletionswww/FormReceiver.php
- www/js/pi-webauthn.js 9 additions, 9 deletionswww/js/pi-webauthn.js
- www/js/u2f-api.js 78 additions, 23 deletionswww/js/u2f-api.js
... | ... | @@ -13,7 +13,8 @@ |
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "^1.17", | ||
"cesnet/privacyidea-php-client": "^1.2.0", | ||
"ext-json": "*" | ||
"ext-json": "*", | ||
"beheh/flaps": "^0.2.0" | ||
}, | ||
"config": { | ||
"platform": { | ||
... | ... |
lib/Auth/MongoDBStorage.php
0 → 100644