1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-05 19:31:02 +00:00
wallabag/tests
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
..
Command Add tests 2025-06-13 12:46:32 +02:00
Consumer Migrate to constructor promoted properties 2025-04-07 09:17:32 +02:00
Controller Implement OAuth 2.1 with PKCE authorization code flow 2025-09-06 07:35:45 +04:00
Entity Implement OAuth 2.1 with PKCE authorization code flow 2025-09-06 07:35:45 +04:00
Event Modernize to PHP 5.5 2025-04-07 09:17:31 +02:00
fixtures Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
Form/DataTransformer Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Helper Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
Import Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
Mailer PHPStan level 5 2025-04-22 07:59:38 +02:00
ParamConverter Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Security/Voter Add IsGranted to EntryRestController 2025-03-18 00:15:34 +01:00
Service/OAuth Implement OAuth 2.1 with PKCE authorization code flow 2025-09-06 07:35:45 +04:00
SiteConfig Use Graby's http headers configuration for the authentication request 2025-02-20 08:47:19 +01:00
Tests/Wallabag/HttpClient Migrate from Guzzle to Symfony HttpClient 2025-02-15 18:28:50 +01:00
Tools Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
Twig Merge branch '2.6' 2025-03-18 21:02:22 +01:00
bootstrap.php Initial Rector fixes with basic configuration 2025-04-07 09:17:31 +02:00
functions.php Modernize to PHP 8.1 2025-04-07 09:17:32 +02:00
object-manager.php Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
WallabagTestCase.php Modernize to PHP 8.0 2025-04-07 09:17:32 +02:00