aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-01-24 10:58:31 +0300
committerFrederick Muriuki Muriithi2023-01-24 11:00:24 +0300
commit0d79d0d2e1af066b49420ad3ea026ccada604f6f (patch)
treee5399e5a57738e8992488ccf272e7a34652dbdaa /README.md
parent50d07d1997876a7c64e82c3c86e97f238bda29f5 (diff)
downloadgenenetwork3-0d79d0d2e1af066b49420ad3ea026ccada604f6f.tar.gz
docs: Add information on running the OAuth2 server without HTTPS
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 537e170..6e33e8c 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,12 @@ This expects that the following two configuration variables are set in the appli
* `AUTH_MIGRATIONS`: path to the migration scripts
* `AUTH_DB`: path to the sqlite database file (will be created if absent)
+To enable you to run the OAuth2 server without HTTPS, you need to setup the
+following environment variable(s):
+
+* `export AUTHLIB_INSECURE_TRANSPORT=true`: Allows you to run the Authlib server
+ without HTTPS on your development machine.
+
## Running Tests
(assuming you are in a guix container; otherwise use venv!)