v0.2.1
Added a migration script for updating FilesystemJsonStorage tokens from v0.1 to v0.2 format. Run it with: ```bash php vendor/taproot/indieauth/bin/migrate.php ../path/to/your/json/token/storage/ ``` Normalized client_id and redirect_uri before validation and fetching, but stored and used the raw strings for comparison purposes (Fixes #12)