4.1.2
The Auth handler rollout broke Verify v1, which needs the api_key and api_secret to be passed into the body. This meant changing the auth to TokenBodyHandler()
which has not been used before, and subsequently needed to be fixed.
Verify v1 should now be working correct with auth, and tests have been added to stop repeats of this.
What's Changed
- Fix TokenBodyHandler and add it to Verify v1 by @SecondeJK in #394
Full Changelog: 4.1.1...4.1.2