From 7278056f47a5acee9450c2f91f7e20c89069e772 Mon Sep 17 00:00:00 2001 From: Spomky Date: Sun, 5 May 2019 17:28:34 +0200 Subject: [PATCH] Link fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98729b978..1cd9b223b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ This framework provides two bundles: * **Webauthn Bundle**: this bundle uses the webauthn library to register services and attestation format supports. [The documentation can be found here](doc/symfony/index.md) * Firewalls: - * **Webauthn Security Bundle**: this bundle adds a new firewall based on webauthn. You will be able to authenticate your users with their username and FIDO2 compatible devices. [The documentation can be found here](doc/symfony-security/index.md) - * **Webauthn Json Security Bundle**: same as the previous one, except that it is designed for script clients waiting for a JSON API. [The documentation can be found here](doc/symfony-json-security/index.md) + * **Webauthn Security Bundle**: this bundle adds a new firewall based on webauthn. You will be able to authenticate your users with their username and FIDO2 compatible devices. [The documentation can be found here](doc/symfony-security/index.md). + * **Webauthn Json Security Bundle**: same as the previous one, except that it is designed for script clients waiting for a JSON API. [The documentation can be found here](doc/symfony/firewall.md) ## Other libraries