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/src/Storage
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
..
FilesystemJsonStorage.php Server at 100% test coverage 2021-06-10 20:46:01 +02:00
Token.php Started reworking TokenStorage 2021-06-09 21:56:16 +02:00
TokenStorageInterface.php Refactored Server to validate params in the correct order 2021-06-12 22:54:08 +02:00