From 129c80c768a7c1e4fa2ec55dcacade723de24f94 Mon Sep 17 00:00:00 2001 From: GPortas Date: Mon, 14 Oct 2024 12:09:40 +0100 Subject: [PATCH] Added: release notes for #10914 --- doc/release-notes/10914-users-token-api-credentials.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/release-notes/10914-users-token-api-credentials.md diff --git a/doc/release-notes/10914-users-token-api-credentials.md b/doc/release-notes/10914-users-token-api-credentials.md new file mode 100644 index 00000000000..888214481f6 --- /dev/null +++ b/doc/release-notes/10914-users-token-api-credentials.md @@ -0,0 +1,3 @@ +Extended the users/token GET endpoint to support any auth mechanism for retrieving the token information. + +Previously, this endpoint only accepted an API token to retrieve its information. Now, it accepts any authentication mechanism and returns the associated API token information.