rails_keycloak_authorization 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 473a44e0abf7c0db82ad24417b0e20a546219e28967dc41cdee8753a954b0c3a
4
- data.tar.gz: d2d21f2d7c7c291fcfc267ed9e7b83c66684714d952341b875d46ac2db2bdad8
3
+ metadata.gz: d3a5679ea27b8534269d023d54c80e29d622605845cdf0d078fdc5a79acbe817
4
+ data.tar.gz: 0f14c1867168d7f139fa574642ce54058e9cb438f18d0c35eab9f77ed328399b
5
5
  SHA512:
6
- metadata.gz: dccfd5e98b565f2c1da1911ab0d588b08a96a15790b0c6147e868c57b7f4f4e7fd444a9a1fa2280ccb4ca1d303d6a4601db8475931e511e2d6bcd8a0170417a7
7
- data.tar.gz: f8175f8a52eb1e2bac762fe7e3ba4e2cac8ffdc322291e667901f958781c551d06920e3f80bcdb4c25f2430069e6e50f1a13f3153b5c9681117aef07d9e1a817
6
+ metadata.gz: 55c352bccb846e025ed0c12cd31cac15931407ca7d149884d205be532c50dfd46f4983b4e1a12bdbc1b6de8e9e1ce9c2aa4ef8248716517dccdbdd5fc40468b5
7
+ data.tar.gz: 305d5263ae016648cd04068ab2f5edeb125b336016ee1a2ef2482f6d4f0808347ff2eab7c897caddafe43381160c4591354c3033097da173bb4230a73675b500
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Rails Keycloak Authorization
2
2
 
3
+ ![Github Actions CI workflow](https://github.com/tillawy/rails_keycloak_authorization/actions/workflows/ruby.yml/badge.svg)
4
+
5
+
3
6
  Rails middleware to authorize requests using [Keycloak](https://www.keycloak.org) and gem [keycloak-admin-ruby](https://github.com/looorent/keycloak-admin-ruby).
4
7
 
5
8
  This gem uses JWT token to authorize requests.
@@ -1,3 +1,3 @@
1
1
  module RailsKeycloakAuthorization
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_keycloak_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohammed O. Tillawy
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 1980-01-01 00:00:00.000000000 Z
11
+ date: 2024-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -106,7 +106,7 @@ metadata:
106
106
  homepage_uri: https://github.com/tillawy/rails_keycloak_authorization.git
107
107
  source_code_uri: https://github.com/tillawy/rails_keycloak_authorization.git
108
108
  changelog_uri: https://github.com/tillawy/rails_keycloak_authorization.git
109
- post_install_message:
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubygems_version: 3.5.11
125
- signing_key:
125
+ signing_key:
126
126
  specification_version: 4
127
127
  summary: RailsKeycloakAuthorization, Rack Based, Policy Enforcement Point (PEP) implementation
128
128
  test_files: []