Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed May 5, 2024
1 parent f1dda36 commit 83ab832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83ab832

Please sign in to comment.