[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.
- [reclaim-oidc] 09/18: 0.0.4, (continued)
- [reclaim-oidc] 09/18: 0.0.4, gnunet, 2021/06/11
- [reclaim-oidc] 17/18: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-oidc] 08/18: old style posts, gnunet, 2021/06/11
- [reclaim-oidc] 07/18: 0.0.2, gnunet, 2021/06/11
- [reclaim-oidc] 15/18: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-oidc] 11/18: 0.0.5, gnunet, 2021/06/11
- [reclaim-oidc] 12/18: update readme, gnunet, 2021/06/11
- [reclaim-oidc] 13/18: add image, gnunet, 2021/06/11
- [reclaim-oidc] 02/18: add license and readme, gnunet, 2021/06/11
- [reclaim-oidc] 18/18: update to v0.0.7, gnunet, 2021/06/11
- [reclaim-oidc] 10/18: reduce expiration times for client info,
gnunet <=
- [reclaim-oidc] 16/18: added error handling for unknown commands + REST service not running, gnunet, 2021/06/11
- [reclaim-oidc] 14/18: added command for changing the jwt secret, gnunet, 2021/06/11