* Added [support](https://github.com/hzlmn/aiohttp-jwt/commit/59fce065af9f29c32a7ba8e07e963cc294c2734c) for checking revoked tokens
Now users can pass `is_revoked` callback that should return bool value that indicates token status and in case of True, middleware will raise HTTPForbidden with `Token is revoked` message.
* Better description for token decoding error.
* Added more usage [examples](https://github.com/hzlmn/aiohttp-jwt/pull/12). Thanks [vikitikitavi](github.com/vikitikitavi)