Compare commits

..

1 Commits

Author SHA1 Message Date
12523398f6 feat(altcha): add altcha validation layer to login
Some checks are pending
Cadoles/hydra-sql/pipeline/pr-develop Build started...
2025-04-10 16:01:22 +02:00

View File

@ -118,11 +118,9 @@ La valeur de ce flag est stockée dans Redis (clé `altcha`) afin de pouvoir la
Exemple de désactivation:
```shell
curl --request PUT \
--url http://localhost:8082/flag/altcha \
--url https://dev.mse.local/auth/sql/flag/altcha \
--header 'Content-Type: application/json' \
--data '{
'\''flagValue'\'': false
}'
--data '{"flagValue": false}'
```