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