Update doc (#1461)

This commit is contained in:
Xavier Guimard 2018-07-05 22:28:26 +02:00
parent 0cd7a70f2c
commit 9402f9fff4

View File

@ -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-E<gt>pdata-E<gt>{keepPdata}> is set to 1. In this case, module that
has set this flag must remove it after its job ends.
=head3 User information