From 9402f9fff42a770eb73fffd89faef7cb5e8ab49f Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 5 Jul 2018 22:28:26 +0200 Subject: [PATCH] Update doc (#1461) --- .../lib/Lemonldap/NG/Portal/Main/Request.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm index b375ab524..ffc09c456 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm @@ -176,8 +176,15 @@ authentication process =head3 datas() -Free hash ref where plugins can store their datas. Using it is a LLNG best -practice +Free hash ref where plugins can store their data (during one request). Using it +is a LLNG best practice + +=head3 pdata + +Free hash ref where plugins can store some persistent data: data are kept +during auth process and cleaned after successful authentication, except if +C<$req-Epdata-E{keepPdata}> is set to 1. In this case, module that +has set this flag must remove it after its job ends. =head3 User information