gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-oidc] 18/18: update to v0.0.7


From: gnunet
Subject: [reclaim-oidc] 18/18: update to v0.0.7
Date: Sat, 12 Jun 2021 00:40:54 +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 016209d990ba5667d365fab345ac49d146e45ac4
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 27 16:10:42 2020 +0200

    update to v0.0.7
---
 lib/reclaim_oidc.rb  | 14 ++++++++++----
 reclaim-oidc.gemspec |  4 ++--
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/lib/reclaim_oidc.rb b/lib/reclaim_oidc.rb
index 4c06936..b29b541 100644
--- a/lib/reclaim_oidc.rb
+++ b/lib/reclaim_oidc.rb
@@ -3,7 +3,7 @@ require 'json'
 
 $VERSION_MAJOR = 0
 $VERSION_MINOR = 0
-$VERSION_MICRO = 5
+$VERSION_MICRO = 7
 
 class ReclaimOidc
   def initialize(verbose=false, url='http://localhost:7776')
@@ -62,11 +62,17 @@ class ReclaimOidc
     records["data"] << {'record_type' => "RECLAIM_OIDC_CLIENT",
               'value' => description,
               'expiration_time' => "1h",
-              'flag' => 8}
+              'private' => false,
+              'relative_expiration' => true,
+              'supplemental' => false,
+              'shadow' => false}
     records["data"] << {'record_type' => "RECLAIM_OIDC_REDIRECT",
               'value' => redirect_uri,
               'expiration_time' => "1h",
-              'flag' => 8}
+              'private' => false,
+              'relative_expiration' => true,
+              'supplemental' => false,
+              'shadow' => false}
     Net::HTTP.start(uri.host, uri.port) do |http|
       resp = http.post(uri.path,records.to_json)
     end
@@ -90,7 +96,7 @@ class ReclaimOidc
     op['token_endpoint'] = host + '/openid/token'
     op['userinfo_endpoint'] = host + '/openid/userinfo'
     op
-  end  
+  end
   def set_jwt_secret(jwt_secret)
     uri = URI(@url + '/config/reclaim-rest-plugin')
     request = Net::HTTP::Post.new(uri, 'Content-Type' => 'application/json')
diff --git a/reclaim-oidc.gemspec b/reclaim-oidc.gemspec
index db414f8..6f384be 100644
--- a/reclaim-oidc.gemspec
+++ b/reclaim-oidc.gemspec
@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name        = 'reclaim-oidc'
-  s.version     = '0.0.5'
-  s.date        = '2019-04-30'
+  s.version     = '0.0.7'
+  s.date        = '2020-07-27'
   s.summary     = "re:claimID OpenID Connect CLI"
   s.description = "Used to manage re:claimID OpenID Connect clients and OpenID 
Connect Provider configuration(s)"
   s.authors     = ["Martin Schanzenbach"]

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