diff --git a/hub/changelog.rst b/hub/changelog.rst index b30f48b597..cd819df27d 100644 --- a/hub/changelog.rst +++ b/hub/changelog.rst @@ -7,8 +7,8 @@ Changelog ---------- * Added support for configuring a ``get_refresh_token_operation`` when using custom authentication in the :ref:`REST system `. This is intended for authentication schemes that use tokens similar to OAuth2 refresh tokens. These refresh tokens are - then typically used for fetching the access token. This new operation will run before the ``get_access_token_operation`` if configured. -* The responses from the ``get_access_token_operation`` and the new ``get_refresh_token_operation`` are now available + then typically used for fetching the access token. This new operation will run before the ``get_token_operation`` if configured. +* The responses from the ``get_token_operation`` and the new ``get_refresh_token_operation`` are now available in the new ``token`` object, which can be accessed with Jinja expressions. This means that there is no need to configure the ``access_token_property`` anymore, since all properties inside the response(s) can be accessed with ``{{ token. }}``. * Marked the custom authentication feature as experimental.