Skip to content

Commit 6b4411e

Browse files
committed
Modify README.md
1 parent f9cede6 commit 6b4411e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This project will run on **NodeJs** using **MongoDB** as database. I had tried t
1111
## Features
1212

1313
- Basic Authentication (Register/Login with hashed password)
14+
- Account confirmation with 4 (Changeable) digit OTP.
15+
- Email helper ready just import and use.
1416
- JWT Tokens, make requests with a token after login with `Authorization` header with value `Bearer yourToken` where `yourToken` will be returned in Login response.
1517
- Pre-defined response structures with proper status codes.
1618
- Included CORS.
@@ -51,7 +53,7 @@ npm update
5153
1. You will find a file named `.env.example` on root directory of project.
5254
2. Create a new file by copying and pasting the file and then renaming it to just `.env`
5355
3. The file `.env` is already ignored, so you never commit your credentials.
54-
4. Change the values of the file to your environment.
56+
4. Change the values of the file to your environment. Helpful comments added to `.env.example` file to understand the constants.
5557

5658
## How to run
5759

0 commit comments

Comments
 (0)