From 0d79d0d2e1af066b49420ad3ea026ccada604f6f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 24 Jan 2023 10:58:31 +0300 Subject: docs: Add information on running the OAuth2 server without HTTPS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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!) -- cgit v1.2.3