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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,6 @@ Key Features
16
16
- Allows the users to define a generic authorization policy during server startup
17
17
18
18
19
-
***Please note that detailed documentation(explaining the configuration options) for both Client and Server is in-progress.
20
-
Below you can find the steps to quickly get started***
21
-
22
19
23
20
# Install
24
21
@@ -271,6 +268,9 @@ You can define your own authorization policy in a python dictionary(as shown abo
271
268
as `auth_config` parameter.
272
269
It is recommended you **do not** override the `SQLITE_PRAGMA` action as the database starts in `pragma journal_mode=wal` mode
273
270
271
+
## Secure Client and Server Setup
272
+
273
+
Please read the [link](https://github.com/aosingh/sqlite_rx/wiki/Secure-Client-Server-Setup) for a detailed explanation on how to setup a secure client/server communication.
0 commit comments