You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ This project will run on **NodeJs** using **MongoDB** as database. I had tried t
11
11
## Features
12
12
13
13
- Basic Authentication (Register/Login with hashed password)
14
+
- Account confirmation with 4 (Changeable) digit OTP.
15
+
- Email helper ready just import and use.
14
16
- JWT Tokens, make requests with a token after login with `Authorization` header with value `Bearer yourToken` where `yourToken` will be returned in Login response.
15
17
- Pre-defined response structures with proper status codes.
16
18
- Included CORS.
@@ -51,7 +53,7 @@ npm update
51
53
1. You will find a file named `.env.example` on root directory of project.
52
54
2. Create a new file by copying and pasting the file and then renaming it to just `.env`
53
55
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.
0 commit comments