aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware/Security/Mock
Commit message (Collapse)AuthorAgeFilesLines
* chore: run rector on testsRobin Appelman2025-06-124-4/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-011-0/+11
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-0/+4
| | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-135-90/+10
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-255-0/+446
Signed-off-by: Joas Schilling <coding@schilljs.com>