gds-sso 22.1.1 → 22.2.0
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 +4 -4
- data/README.md +1 -2
- data/lib/gds-sso/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd35ea0d1b6cbd64b7ac7118faef8f0d028e51b000b912e39f2afa08fe5ca1fb
|
|
4
|
+
data.tar.gz: 259d4c3379e5132c999aa5063356db9b1723060130c72a747ded41ac2c33e978
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d20aecd2dc96aad9a3c28ce830110991aa59e70b3f5332f7896a92ecc404edbf8d47d3f48d003c1f1d2080b925cb4158f3a492c71d2e08e5f3a7089569172bd0
|
|
7
|
+
data.tar.gz: ece858e91091091ef617ef42243abb45b85cbc6d012851191045ed77d760c96cba0133b319dc237612a8bd76bed1b1757bd8b815db94d44be8998adcaccbb4f0
|
data/README.md
CHANGED
|
@@ -78,8 +78,7 @@ The signon application makes sure that only users who have been granted access t
|
|
|
78
78
|
### Authorisation for API Users
|
|
79
79
|
|
|
80
80
|
In addition to the single-sign-on strategy, this gem also allows authorisation
|
|
81
|
-
via a "bearer token".
|
|
82
|
-
as an [API user](https://signon.publishing.service.gov.uk/api_users).
|
|
81
|
+
via a "bearer token". To authenticate using this method you will need to create an [API user](https://signon.publishing.service.gov.uk/api_users) (Admin access to Signon required) for your app, and [make the bearer token available in your app's ENV](https://github.com/alphagov/signon/blob/main/docs/usage.md#access-tokens).
|
|
83
82
|
|
|
84
83
|
To authorise with a bearer token, a request has to be made with the header:
|
|
85
84
|
|
data/lib/gds-sso/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gds-sso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 22.
|
|
4
|
+
version: 22.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
@@ -183,14 +183,14 @@ dependencies:
|
|
|
183
183
|
requirements:
|
|
184
184
|
- - '='
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
|
-
version: 5.
|
|
186
|
+
version: 5.2.0
|
|
187
187
|
type: :development
|
|
188
188
|
prerelease: false
|
|
189
189
|
version_requirements: !ruby/object:Gem::Requirement
|
|
190
190
|
requirements:
|
|
191
191
|
- - '='
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
|
-
version: 5.
|
|
193
|
+
version: 5.2.0
|
|
194
194
|
- !ruby/object:Gem::Dependency
|
|
195
195
|
name: sqlite3
|
|
196
196
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -289,14 +289,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
289
289
|
requirements:
|
|
290
290
|
- - ">="
|
|
291
291
|
- !ruby/object:Gem::Version
|
|
292
|
-
version: '3.
|
|
292
|
+
version: '3.3'
|
|
293
293
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
294
294
|
requirements:
|
|
295
295
|
- - ">="
|
|
296
296
|
- !ruby/object:Gem::Version
|
|
297
297
|
version: '0'
|
|
298
298
|
requirements: []
|
|
299
|
-
rubygems_version:
|
|
299
|
+
rubygems_version: 4.0.9
|
|
300
300
|
specification_version: 4
|
|
301
301
|
summary: Client for GDS' OAuth 2-based SSO
|
|
302
302
|
test_files:
|