Skip to content

v0.2.1

@barnabywalters barnabywalters tagged this 24 Sep 14:59
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)
Assets 2
Loading