Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 628 Bytes

events.md

File metadata and controls

14 lines (9 loc) · 628 Bytes

Light CsrfSimple events

2019-11-08 -> 2021-03-09

The Light_CsrfSimple plugin provides the following events:

  • Ling.Light_CsrfSimple.on_csrf_token_regenerated: triggered by the LightCsrfSimpleService->generate method. The data is a LightEvent with a token variable, which is an array containing: - new: the token value in the new slot - old: the token value in the old slot