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 ec27c48946 Reworked TokenStorageInterface, changed JsonStorage
* TokenStorageInterface is now responsible for accessing both auth codes
  and access tokens
* TokenStorageInterface now only defines the methods strictly required
  for IndieAuth to work
* TokenStorageInterface now responsible for generating the auth code,
  making self-encoded codes possible.
* TokenStorageInterface now responsible for token lifetimes, expiry,
  and exchange
* JsonStorage implements new methods, all disk access is wrapped with
  lock acquisition

Tests not yet updated!
2021-06-09 23:46:33 +02:00
src Reworked TokenStorageInterface, changed JsonStorage 2021-06-09 23:46:33 +02:00
templates Excluded templates from test coverage, now up to 89% 2021-06-09 00:26:27 +02:00
tests Cleaned up some unused use statements, added code coverage script. 79% covered already 2021-06-09 00:21:33 +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