ldaspt
ldaspt
This PR adds support for invalidating a JWT token #1137. The code comes mainly from the discussion https://github.com/lexik/LexikJWTAuthenticationBundle/discussions/1005#discussioncomment-2612224 Thanks to @mbabker I think that the PR meets the needs mentioned...
@see https://3v4l.org/dbOp6 when using `is_callable('parent::preSave')` ``` Output for 8.2.0 - 8.2.23, 8.3.0 - 8.3.11 Deprecated: Use of "parent" in callables is deprecated in /in/dbOp6 on line 15 Foo::preSave Bar::preSave Output...
The extension list of summary of all saved artifacts (source/screenshots/js console logs) in the console. Can we add hyperlinks to these artifacts, this would allow to easily open the html...
In the custom form theme block `checkbox_radio_label`, the field validity is incorrectly determined using `form.parent.vars.valid`. This checks the validity of the *entire parent form*, not the individual field. Fix #31...
The goal is to allow storing all audit logs in a single table instead of creating a separate table for each audited entity. I am aware of the performance issues...