summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-21 23:30:19 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-21 23:30:19 +0200
commit4555531d2cb4856d6216907a22aac6797d097ad2 (patch)
tree9011bcdb37b8a314d4772bae905c4c920c88e565 /readme.md
parent0cd6ddac0833c7fc6d2fb8511073132006072148 (diff)
downloadgnix-4555531d2cb4856d6216907a22aac6797d097ad2.tar
gnix-4555531d2cb4856d6216907a22aac6797d097ad2.tar.bz2
gnix-4555531d2cb4856d6216907a22aac6797d097ad2.tar.zst
first steps torwards openid auth
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5739199..1403df0 100644
--- a/readme.md
+++ b/readme.md
@@ -212,6 +212,15 @@ Login credentials for `cookie_auth` and `http_basic_auth` are supplied as either
an object mapping usernames to PHC strings or a file path pointing to a file
that contains that map in YALM format. Currently only `argon2id` is supported.
+### Additional Notes
+
+Internally gnix processes requests as they would be sent in HTTP/1.1. HTTP/2 is
+translated on arrival.
+
+Paths matching `/_gnix*` might be used internally in gnix for purposes like
+OpenID callback or login action endpoints. I hope your application doesn't rely
+on using them for itself.
+
## License
AGPL-3.0-only; see [COPYING](./COPYING)