- JwtSource:Bearer renamed to AuthorizationHeader for more consistency with jwt terminology
- documentation added
- the token cookie should be taken from request not from the tower-cookies middleware jar
- dependency on tower-cookies is no longer needed
- tests added
* feat: working but naive implementation of named cookie as jwt source
* refactor: add with_jwt_source to JwtAuthorizer. Make Bearer default
* fix: fix the demo-server. Remove JWTSource
* refactor: rename with_jwt_source() -> jwt_source()