Skip to content

Commit 4ac3eec

Browse files
README.md updated
1 parent bac3995 commit 4ac3eec

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,22 @@
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</summary>
18+
<p>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+
```php
22+
HOST="https://iredidiekj.supabase.co/"
23+
PORT=5432
24+
USERNAME=root
25+
PASSWORD=Eufiedirjci48fu4idie
26+
DATABASE=test
27+
```
28+
</details>
29+
1630

1731
### `Install`
1832
* Install Supabase client for our project.

0 commit comments

Comments
 (0)