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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b6be8895fd4e956aba6434f45f1f93d17571152
|
|
4
|
+
data.tar.gz: 0c96b4b091a8f585a11f42855138be838d155efe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f68bbff34aa2db87c7796644d2d817b5ccf3b4644c2a8e1a838c7e788dbe4e7eef3f58a57e9b8aa7830bf44e511c746c0cb1d850d4a5faa8d48c7c4e99434fbe
|
|
7
|
+
data.tar.gz: 132664164ee7ba392985c4532fe96dc274a40f3114833d0eb910af75e977a42900fd7e067b43fe078b915f204f595aadc6d63fd2f77bbebadb8e669a3871ffc3
|
|
@@ -23,14 +23,28 @@
|
|
|
23
23
|
</message>
|
|
24
24
|
|
|
25
25
|
<resource>
|
|
26
|
-
<
|
|
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
|
-
<
|
|
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>
|
data/riddl.gemspec
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: xml-smart
|