summaryrefslogtreecommitdiff
path: root/doc/disfluid.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/disfluid.texi')
-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