imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
108 stars 42 forks source link

Add Oauth 2 JWT token support #52

Closed Zwartpet closed 7 years ago

Zwartpet commented 7 years ago

Added Oauth 2 JWT token test support

christeredvartsen commented 7 years ago

Thanks for the PR, but unfortunately the new dependency you want to introduce ("kleijnweb/jwt-bundle": "^1.0") requires php >= 7.0.0, and imbo/behat-api-extension also supports php-5.6. Is there any other library you could use that also supports php-5.6?

I'm not planning to stop the support for php-5.6 for this tool yet (perhaps in the next major release), so I can't merge this PR until the requirement issues have been resolved.

christeredvartsen commented 7 years ago

Closing until the issues I mentioned above has been resolved.