riddl 0.99.235 → 0.99.236
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: 513aa2a5611bdd9f67db66d1205fef932d114db4
|
|
4
|
+
data.tar.gz: 4be8d3e8f338f37c456281931ea03926ad014ee9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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>
|
data/riddl.gemspec
CHANGED