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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,36 @@ Release Date: 30/11/2023
110
110
3. EMAIL_RECEIVER
111
111
- Substitute the initial variable with your Gmail address, the second one with the password generated in the initial step, and choose an email recipient.
## Adding Basic Authentication for Enhanced Security
127
+
With this release, users have the option to implement Basic Authentication to enhance the security of their API requests.
128
+
129
+
### Prerequisites
130
+
131
+
1. **Environment Variables:**
132
+
- Create a new or modify the existing `.env` file in the root of your project.
133
+
- Copy the content from `.env.sample` into `.env`. One additional environment variable has been added with name BASIC_AUTH. It is a based 64 encoded value:
0 commit comments