udap_security_test_kit 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/udap_security_test_kit/version.rb +1 -1
- data/lib/udap_security_test_kit.rb +19 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd4ceb272702d0780afe146810e40fc77f93e14fec1853720ab1c9e34157fda3
|
4
|
+
data.tar.gz: c033bcacedebeb7700434a9aa721ab29f65556bba8303136a0372e234be94092
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05dddcf0581db8eeec609d5d03ebecc23f410022e51ef886aa20c472ca394b9401e69cde3b8c503989c2ccad3c90ffd5cbdd7f6607b63fe178ab06dd54f0036f
|
7
|
+
data.tar.gz: 8a0ebd05c1cdda66fe262ff2486dc0c0ccc1740cc0f9864dd2dcc4f11da4560dfe85269a00ac98b2e6d131ac8ba472a0c9c485ae84c142f08b2cbb0057cb26a7
|
@@ -57,6 +57,25 @@ module UDAPSecurityTestKit
|
|
57
57
|
request.query_parameters['state']
|
58
58
|
end
|
59
59
|
|
60
|
+
links [
|
61
|
+
{
|
62
|
+
label: 'Report Issue',
|
63
|
+
url: 'https://github.com/inferno-framework/udap-security-test-kit/issues'
|
64
|
+
},
|
65
|
+
{
|
66
|
+
label: 'Open Source',
|
67
|
+
url: 'https://github.com/inferno-framework/udap-security-test-kit'
|
68
|
+
},
|
69
|
+
{
|
70
|
+
label: 'Download',
|
71
|
+
url: 'https://github.com/inferno-framework/udap-security-test-kit/releases'
|
72
|
+
},
|
73
|
+
{
|
74
|
+
label: 'Implementation Guide',
|
75
|
+
url: 'https://hl7.org/fhir/us/udap-security/STU1'
|
76
|
+
}
|
77
|
+
]
|
78
|
+
|
60
79
|
group from: :udap_authorization_code_group
|
61
80
|
group from: :udap_client_credentials_group
|
62
81
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: udap_security_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: inferno_core
|