]> git.koha-community.org Git - koha.git/commit
Bug 18124: [Follow-up] Handle default parameters in a sub
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 16 Feb 2017 10:59:12 +0000 (11:59 +0100)
committerMason James <mtj@kohaaloha.com>
Sun, 23 Apr 2017 23:00:08 +0000 (11:00 +1200)
commit3f139899743ac3214e49d83c099120af28f414da
treec2a4521e9023ff497fc3a855853ce61c18b3f282
parent9e74db7b51085f62919e34ab4e5ccdf9da2066a1
Bug 18124: [Follow-up] Handle default parameters in a sub

Adds a internal routine to handle default values for the parameters
id and secret.
Also adds a parameter session_id for generate_csrf and check_csrf. This
session parameter is combined with the id parameter when generating or
checking a token.

Test plan:
Run t/Token.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Koha/Token.pm
t/Token.t