challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit b85dc3ba1540d0433f91c7003f213f1a4a11f336
parent e770e18dd229379e0289b1afa07af52f71e79e43
Author: Bohdan Potuzhnyi <potub1@bfh.ch>
Date:   Sat, 10 Aug 2024 17:01:28 +0200

small update of logs for authorize.c

Diffstat:
Msrc/challenger/challenger-httpd_authorize.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd_authorize.c b/src/challenger/challenger-httpd_authorize.c @@ -249,7 +249,7 @@ CH_handler_authorize (struct CH_HandlerContext *hc, "internal-error", MHD_HTTP_INTERNAL_SERVER_ERROR, TALER_EC_GENERIC_DB_STORE_FAILED, - "authorize_start"); + "authorize_start_pkce"); case GNUNET_DB_STATUS_SOFT_ERROR: GNUNET_break (0); return MHD_NO;