riddl 0.99.228 → 0.99.229

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
  SHA1:
3
- metadata.gz: 1d22bbf4806a2fa05b838ed0b68be447a6dd094f
4
- data.tar.gz: 3fc1b7ef89aa5a9c64517f1162def81d38a1a349
3
+ metadata.gz: 5b6be8895fd4e956aba6434f45f1f93d17571152
4
+ data.tar.gz: 0c96b4b091a8f585a11f42855138be838d155efe
5
5
  SHA512:
6
- metadata.gz: 0ff527ed10c19fabb08de1d516152a33e574bd74b8756efcda92c18140fb839115421c12b1b62b1a8dee3a69375f2a80b11b98997b148865e1e1caa56f7e82cf
7
- data.tar.gz: e81e9c4a1cd5a6f24aefafd3f61242a45a789956fa082b43f3c7a26383b32325210d19d493a4962c5991be9f6205f246c5208ad3d800abd626ff5ca63313ac00
6
+ metadata.gz: f68bbff34aa2db87c7796644d2d817b5ccf3b4644c2a8e1a838c7e788dbe4e7eef3f58a57e9b8aa7830bf44e511c746c0cb1d850d4a5faa8d48c7c4e99434fbe
7
+ data.tar.gz: 132664164ee7ba392985c4532fe96dc274a40f3114833d0eb910af75e977a42900fd7e067b43fe078b915f204f595aadc6d63fd2f77bbebadb8e669a3871ffc3
@@ -23,14 +23,28 @@
23
23
  </message>
24
24
 
25
25
  <resource>
26
- <get/>
26
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Federated UNIVIE OAuth2 Slave.">
27
+ # Federated UNIVIE OAuth2 Slave - FU:AUTH
28
+
29
+ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
30
+ * Verify requests.
31
+ * Get tokens and refresh tokens.
32
+ * Logout (revoke) tokens.
33
+ </documentation>
34
+ <get>
35
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Check if your client is correctly authenticated. 20x good, everything else bad."/>
36
+ <example xmlns="http://riddl.org/ns/documentation/1.0"></example>
37
+ </get>
27
38
  <resource relative="verify">
39
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Verify requests from the FU:AUTH Master."/>
28
40
  <post in="verify_in" out="verify_out"/>
29
41
  </resource>
30
42
  <resource relative="token">
43
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Get and refresh tokens."/>
31
44
  <post in="refresh_token_in" out="refresh_token_out"/>
32
45
  </resource>
33
46
  <resource relative="revoke">
47
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
34
48
  <get in="revoke_in"/>
35
49
  </resource>
36
50
  </resource>
@@ -23,14 +23,28 @@
23
23
  </message>
24
24
 
25
25
  <resource>
26
- <get/>
26
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Federated UNIVIE OAuth2 Slave.">
27
+ # Federated UNIVIE OAuth2 Slave - FU:AUTH
28
+
29
+ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
30
+ * Verify requests.
31
+ * Get tokens and refresh tokens.
32
+ * Logout (revoke) tokens.
33
+ </documentation>
34
+ <get>
35
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Check if your client is correctly authenticated. 20x good, everything else bad."/>
36
+ <example xmlns="http://riddl.org/ns/documentation/1.0"></example>
37
+ </get>
27
38
  <resource relative="verify">
39
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Verify requests from the FU:AUTH Master."/>
28
40
  <post in="verify_in" out="verify_out"/>
29
41
  </resource>
30
42
  <resource relative="token">
43
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Get and refresh tokens."/>
31
44
  <post in="refresh_token_in" out="refresh_token_out"/>
32
45
  </resource>
33
46
  <resource relative="revoke">
47
+ <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
34
48
  <get in="revoke_in"/>
35
49
  </resource>
36
50
  </resource>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.228"
3
+ s.version = "0.99.229"
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.228
4
+ version: 0.99.229
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: tools
12
12
  cert_chain: []
13
- date: 2016-05-02 00:00:00.000000000 Z
13
+ date: 2016-05-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-smart