From 83ab832d93e0a9aa0aebfd9b2122a48ac5f19a08 Mon Sep 17 00:00:00 2001 From: David Leclerc Date: Sun, 5 May 2024 03:59:35 +0200 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de30f6b..f13a1c0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This is a simple Node application, which demonstrates how server-side authentica - **Registration**: Sign up as a new user by providing basic information. - **Login**: Log in to access authenticated parts of the application. - **Logout**: Log out of the application. -- **Password Reset**: Reset your password via email verification (using JWT tokens). -- **Protection against Bruteforce Attacks**: Only allow users a given number of failed login attempts per hour to avoid repeated (or automated) authentication attempts. +- **Password Reset**: Reset your password via email verification (using JWT tokens), or directly in the app in case you're already logged in. +- **Protection against Bruteforce Attacks**: Only allow users a given number of failed login attempts per hour to avoid repeated authentication attempts. ## Setup Ensure Docker is installed on your machine, along with its Compose feature. Inside the project's root directory, execute the following command: