* Replace `Request` with `HTTPConnection` * Updated all dependencies
0.22.2
* Added AuthJWTBearer class following the work done in (https://sijokun.github.io/async-fastapi-jwt-auth)
0.21.4
* Added FastAPI SecurityBase class
0.21.3
* Fixed all test cases
0.21.1
* Updated all dependencies to their latest version
0.20.5
* Removed unused variable * Made `set_pair_cookies()` to merge user_claim Dict instead of relying on default value * Removed Python 3.8 from support due to the above Dict merge method