This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
indieauth/tests
Barnaby Walters 3881139b95 Refactored Server to validate params in the correct order
* Authorization requests start by validating the client_id and redirect_id, and
  if valid, any further errors are reported by redirecting to the redirect_uri
* Exchange requests attempt to exchange an auth code immediately, ensuring that
  auth codes are revoked if the exchange request results in an error (not in the
  spec explicitly, but advised by aaronpk)
2021-06-12 22:54:08 +02:00
..
templates Refactored Exception Handling, mostly tested authorization request handler 2021-06-09 00:06:35 +02:00
DoubleSubmitCookieCsrfMiddlewareTest.php Started writing tests 2021-06-06 17:03:13 +02:00
FilesystemJsonStorageTest.php Updated Server and tests to work with new TokenStorageInterface 2021-06-10 14:11:58 +02:00
FunctionTest.php Added auth request parameter validation, tests. Started work on exchange methods 2021-06-10 17:49:27 +02:00
ServerTest.php Refactored Server to validate params in the correct order 2021-06-12 22:54:08 +02:00