From 5f6437959c641647447fe8801bee917a0d56c3dc Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 13 Oct 2021 17:44:51 +0200 Subject: server: add a hello world backend --- doc/disfluid.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/disfluid.texi') 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} () +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 -- cgit v1.2.3