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.
Go to file
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
src Refactored Server to validate params in the correct order 2021-06-12 22:54:08 +02:00
templates Excluded templates from test coverage, now up to 89% 2021-06-09 00:26:27 +02:00
tests Refactored Server to validate params in the correct order 2021-06-12 22:54:08 +02:00
.gitignore Cleaned up some unused use statements, added code coverage script. 79% covered already 2021-06-09 00:21:33 +02:00
composer.json Started reworking TokenStorage 2021-06-09 21:56:16 +02:00
composer.lock Started reworking TokenStorage 2021-06-09 21:56:16 +02:00
README.md Initial commit 2021-06-06 01:18:44 +02:00
run_coverage.sh Cleaned up some unused use statements, added code coverage script. 79% covered already 2021-06-09 00:21:33 +02:00

taproot/indieauth