summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-13 17:44:51 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-19 11:35:22 +0200
commit5f6437959c641647447fe8801bee917a0d56c3dc (patch)
tree13bcf0ba4958691cc030352190b85aa9501b8de5 /doc
parentb7476072a7550c29c04a9718af26ca947003418c (diff)
server: add a hello world backend
Diffstat (limited to 'doc')
-rw-r--r--doc/disfluid.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/disfluid.texi b/doc/disfluid.texi
index de04b9b..8f22927 100644
--- a/doc/disfluid.texi
+++ b/doc/disfluid.texi
@@ -1547,6 +1547,7 @@ the user.
* Error signalling::
* Router endpoint::
* Request authentication::
+* Hello world::
* Reverse proxy::
@end menu
@@ -1662,6 +1663,16 @@ Return the backend endpoint of @var{authenticator}.
Return the public server URI of @var{authenticator}.
@end deffn
+@node Hello world
+@section Hello world
+The @emph{(webid-oidc server endpoint hello)} module defines an
+endpoint that will greet the user, to check that Solid authentication
+worked. It is intended to be a backend for an authenticator.
+
+@deftp {Class} <greeter> (<endpoint>)
+An endpoint that will greet anonymous users and authenticated users.
+@end deftp
+
@node Reverse proxy
@section Reverse proxy
The @emph{(webid-oidc server endpoint reverse-proxy)} module defines a