* Added [`auth_scheme`](https://github.com/hzlmn/aiohttp-jwt/blob/master/aiohttp_jwt/middleware.pyL24) option to middleware, that allows customization of authorization header prefix [77](https://github.com/hzlmn/aiohttp-jwt/pull/77). By default value is `Bearer`. Thanks gbarbaten
* Added explicit exception when decorators are used without proper middleware initialization & minor cleaning [85](https://github.com/hzlmn/aiohttp-jwt/pull/85)