1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-05 19:31:02 +00:00
wallabag/tests/Controller
Srijith Nair 173b317ff4 Implement OAuth 2.1 with PKCE authorization code flow
- Add PKCE service with RFC 7636 compliance (S256 and plain methods)
  - Implement OAuth authorization controller with CSRF protection
  - Add comprehensive security testing (SQL injection, XSS, DoS protection)
  - Create 44+ tests across 6 test files with 100% pass rate
  - Implement public/confidential client support with PKCE enforcement
  - Maintain full backward compatibility with existing password grant flow
2025-09-06 07:35:45 +04:00
..
Api Implement OAuth 2.1 with PKCE authorization code flow 2025-09-06 07:35:45 +04:00
Import Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
AnnotationControllerTest.php Add IsGranted to AnnotationController 2025-03-14 09:30:34 +01:00
ConfigControllerTest.php Merge branch '2.6' 2025-04-10 01:45:52 +02:00
EntryControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
ExportControllerTest.php Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
FeedControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
IgnoreOriginInstanceRuleControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
SecurityControllerTest.php Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
SettingsControllerTest.php Convert 403 errors to 404 errors 2025-03-14 06:41:28 +01:00
SiteCredentialControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
StaticControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00
TagControllerTest.php Merge branch '2.6' 2025-04-10 01:45:52 +02:00
UserControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00