gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 144/459: edited openid service to support PKCE


From: gnunet
Subject: [reclaim-ui] 144/459: edited openid service to support PKCE
Date: Fri, 11 Jun 2021 23:23:56 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit c6ae438240580899b58b04cdc10e32b7337f3c7e
Author: Alexia Pagkopoulou <a.pagkopoulou@tum.de>
AuthorDate: Mon Sep 2 15:22:03 2019 +0200

    edited openid service to support PKCE
---
 src/app/open-id.service.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/open-id.service.ts b/src/app/open-id.service.ts
index f6b126e..6838784 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -34,6 +34,7 @@ export class OpenIdService {
     '&response_type=' + this.params['response_type'] +
     '&scope=' + this.params['scope'] +
     '&state=' + this.params['state'] +
+    '&code_challenge=' + this.params['code_challenge'] +
     '&nonce=' + this.params['nonce'];
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]