Compare commits

..

1 Commits

Author SHA1 Message Date
42def448d1 feat(altcha): add altcha validation layer to login
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit was not built
2025-04-10 15:38:19 +02:00

View File

@ -118,9 +118,11 @@ 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 https://dev.mse.local/auth/sql/flag/altcha \
--url http://localhost:8082/flag/altcha \
--header 'Content-Type: application/json' \
--data '{"flagValue": false}'
--data '{
'\''flagValue'\'': false
}'
```