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 3869ed4 commit d7bcf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is a simple Node application, which demonstrates how server-side authentica
- **Logout**: Log out of the application.
- **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.
- **Administration Panel**: Allow pre-defined user to execute administrative actions (e.g. delete a user).

## 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 d7bcf68

Please sign in to comment.