diff options
author | Frederick Muriuki Muriithi | 2023-01-24 10:58:31 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-24 11:00:24 +0300 |
commit | 0d79d0d2e1af066b49420ad3ea026ccada604f6f (patch) | |
tree | e5399e5a57738e8992488ccf272e7a34652dbdaa /README.md | |
parent | 50d07d1997876a7c64e82c3c86e97f238bda29f5 (diff) | |
download | genenetwork3-0d79d0d2e1af066b49420ad3ea026ccada604f6f.tar.gz |
docs: Add information on running the OAuth2 server without HTTPS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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!) |