From 126db8641d3daafc228a823b8394158fa925f36e Mon Sep 17 00:00:00 2001 From: Hans Glad Date: Fri, 7 Feb 2025 11:08:06 +0100 Subject: [PATCH] IS-18104: operation typo in changelog --- hub/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.