* [Breaking change] ``fetch_user`` callback now takes two arguments: email and token payload. This allows the clients to augment their User instances with arbitrary data encoded in the token.
0.3.0
Not secure
------------------
* [Breaking change] ``get_token_from_request`` now returns ``Optional[Token]``. This fixes a KeyError in ``AuthenticationService``, but it is technically a breaking change since ``get_token_from_request`` could be used on its own.
0.2.0
Not secure
------------------
* Expand usage documentation.
0.1.2
Not secure
------------------
* Add support for Werkzeug 2.0.
0.1.1
Not secure
------------------
* Add py.typed to mark package as PEP561-compatible.