----------------
* Utilise the extensions app attribute. The ``app.auth_manager`` is no
longer used, instead use ``app.extensions["QUART_AUTH"]``.
* Allow the token to be customised if desired.
* Add a bearer mode to allow for non-cookie based authentication. This
change will cause all existing tokens to be invalid, requiring a new
login.
* Support Python 3.11