From 51211013e28889dbf1fda228f14276aeff5dbadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 6 Dec 2024 20:28:37 +0100 Subject: [PATCH] feat: client token creation button in the admin token page --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index bde662e6..21b944c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ Added :attr:`~canaille.core.configuration.CoreSettings.API_URL_HIBP` :issue:`179` - Implement OIDC client_credentials flow. :issue:`207` +- Button in the client admin page to create client tokens. Changed ^^^^^^^