riddl 0.99.235 → 0.99.236

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a30d7109d94b8cfe78c3866e73b1fbef7ab3853
4
- data.tar.gz: c196a94bdb7de5e6fb0a0051f155b6f45791e1ac
3
+ metadata.gz: 513aa2a5611bdd9f67db66d1205fef932d114db4
4
+ data.tar.gz: 4be8d3e8f338f37c456281931ea03926ad014ee9
5
5
  SHA512:
6
- metadata.gz: f3d8603f5f878efdb59b0014d8a4a555611ba1c9b5bcbb4d3f03657b3db8e043081f663a7d6259f8a8cce867d8eb1d78fe5b8a65946be48eacbc144cc221ec83
7
- data.tar.gz: f6ff309957a8f923b107f2dab0fa507d5111a5484f6457689542fddbad6d731086e56d9310932cc749d244a488733e67a254eb1ab7c950e6cb3ee5db1b63f08c
6
+ metadata.gz: 02b17ac8a297bff54b5c39568458d67f4107103bbdb02fa3fa3228e4933491f083cbf4b0f3b2fc5349985f9c3abaa0c9c329716350c0d2da9d5f12184b6c1279
7
+ data.tar.gz: 80a04f1fb870bee74d837813664f5d7d79c64dc18a121ba6df06bc4d3a26556714e5ed081819e4c325e7b1c575f89a660cc9c4b77b826cce44e3fcc129777af8
@@ -22,6 +22,10 @@
22
22
  <parameter name="token" type="string"/>
23
23
  </message>
24
24
 
25
+ <message name="check">
26
+ <parameter name="Authorization" type="string"/>
27
+ </message>
28
+
25
29
  <resource>
26
30
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Federated UNIVIE OAuth2 Slave.">
27
31
  # Federated UNIVIE OAuth2 Slave - FU:AUTH
@@ -31,7 +35,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
31
35
  * Get tokens and refresh tokens.
32
36
  * Logout (revoke) tokens.
33
37
  </documentation>
34
- <get>
38
+ <get in="check">
35
39
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Check if your client is correctly authenticated. 20x good, everything else bad."/>
36
40
  <example xmlns="http://riddl.org/ns/documentation/1.0"></example>
37
41
  </get>
@@ -22,6 +22,10 @@
22
22
  <parameter name="token" type="string"/>
23
23
  </message>
24
24
 
25
+ <message name="check">
26
+ <parameter name="Authorization" type="string"/>
27
+ </message>
28
+
25
29
  <resource>
26
30
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Federated UNIVIE OAuth2 Slave.">
27
31
  # Federated UNIVIE OAuth2 Slave - FU:AUTH
@@ -31,7 +35,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
31
35
  * Get tokens and refresh tokens.
32
36
  * Logout (revoke) tokens.
33
37
  </documentation>
34
- <get>
38
+ <get in="check">
35
39
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Check if your client is correctly authenticated. 20x good, everything else bad."/>
36
40
  <example xmlns="http://riddl.org/ns/documentation/1.0"></example>
37
41
  </get>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.235"
3
+ s.version = "0.99.236"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.235
4
+ version: 0.99.236
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler