## Summary
## Checklist
- [ ] `cargo fmt` run
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` passes
- [ ] `cargo test --all-features` passes
- [ ] `cargo test --doc --all-features` passes
- [ ] New/changed public items have doc comments
- [ ] Tests added or updated for behavior changes (see `CONTRIBUTING.md` for
the negative-case coverage expected of token-verification changes)
- [ ] Commit messages / PR title follow [Conventional Commits](https://www.conventionalcommits.org/)