Skip to content

Commit 07aee2d

Browse files
Merge pull request Ashishkumbhar01#46 from CodeWithSushil/master
Update README.md
2 parents bac3995 + 3d3d77a commit 07aee2d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,21 @@
1111
Supabase client for PHP:
1212
- Realtime database, Storage, Authentication and many more.
1313
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
14-
- If RLS are enable [] maybe you getting some error so you need to use `Auth class`.
15-
Auth class coming soon.
14+
- If RLS are enable [] maybe you getting some errors.
15+
16+
<details>
17+
<summary> ### ⚠️ Warning
18+
If you push the code to production while Row-Level Security (RLS) is disabled, it can pose a security threat to your application. To secure your app, please enable Row-Level Security. Otherwise, write an Object-Oriented PDO connection with PostgreSQL.</p>
19+
20+
### example code.
21+
```env
22+
HOST=aws-o-ap-south-pool.supabase.com
23+
PORT=6543
24+
USERNAME=postgres.grufgrcytvrh
25+
PASSWORD=[Your Password]
26+
DATABASE=postgres
27+
```
28+
1629

1730
### `Install`
1831
* Install Supabase client for our project.

0 commit comments

Comments
 (0)