gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-oidc] 10/18: reduce expiration times for client info


From: gnunet
Subject: [reclaim-oidc] 10/18: reduce expiration times for client info
Date: Sat, 12 Jun 2021 00:40:46 +0200

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

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

commit fd00c5098df78de4166745432c776d773c7c174b
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 30 11:34:12 2019 +0200

    reduce expiration times for client info
---
 lib/reclaim_oidc.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/reclaim_oidc.rb b/lib/reclaim_oidc.rb
index c28eeea..2f5151b 100644
--- a/lib/reclaim_oidc.rb
+++ b/lib/reclaim_oidc.rb
@@ -51,7 +51,7 @@ class ReclaimOidc
     record = {'record_type' => "RECLAIM_OIDC_CLIENT",
               'value' => description,
               'record_name' => "@",
-              'expiration_time' => "1d",
+              'expiration_time' => "1h",
               'flag' => 8}
     #resp = Net::HTTP.post(uri,record.to_json)
     #req = Net::HTTP::Post.new(uri, record)
@@ -61,7 +61,7 @@ class ReclaimOidc
     record = {'record_type' => "RECLAIM_OIDC_REDIRECT",
               'value' => redirect_uri,
               'record_name' => "@",
-              'expiration_time' => "1d",
+              'expiration_time' => "1h",
               'flag' => 8}
     #req = Net::HTTP::Post.new(uri, record)
     #resp = Net::HTTP.post(uri,record.to_json)

-- 
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]