Skip to content

Commit

Permalink
Chore: update README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed May 24, 2024
1 parent 62b3ac1 commit ccb692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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).
- **Administration Panel**: Allow admins to execute administrative actions (e.g. ban or delete a user, promote them to the role of admin and vice versa, unconfirm their e-mail address, etc.).

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

Please sign in to comment.