riddl 0.99.241 → 0.99.242
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: dfb11b90b9f27f7afa1fcf473959ce31e79394a3
|
|
4
|
+
data.tar.gz: 65147c080c05dde6d6cb4d8f96963a3cfd714ae1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7f0784aef0ab0efacdee1273e6bc320b9fa0af442775324e42f3bc38809e5dac73a097544924e26778c35b5e57bde4308f699951e8ecf1bf7b8826a231126da
|
|
7
|
+
data.tar.gz: 215bd7eee4c123fa91d145688c069aba4bc8efce45b1aab1b198089c82b3a13dd3301a586980c08ff07d60656e4942969429e0b5a08f48726b78f7c59727d89c
|
|
@@ -49,7 +49,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
|
|
|
49
49
|
</resource>
|
|
50
50
|
<resource relative="revoke">
|
|
51
51
|
<documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
|
|
52
|
-
<
|
|
52
|
+
<delete in="revoke_in"/>
|
|
53
53
|
</resource>
|
|
54
54
|
</resource>
|
|
55
55
|
|
|
@@ -74,7 +74,7 @@ module Riddl
|
|
|
74
74
|
run RefreshToken, access_tokens, refresh_tokens, client_id, client_secret, adur, rdur if post 'refresh_token_in'
|
|
75
75
|
end
|
|
76
76
|
on resource 'revoke' do
|
|
77
|
-
run RevokeFlow, access_tokens, refresh_tokens, codes if
|
|
77
|
+
run RevokeFlow, access_tokens, refresh_tokens, codes if delete 'revoke_in'
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
80
|
end
|
|
@@ -49,7 +49,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
|
|
|
49
49
|
</resource>
|
|
50
50
|
<resource relative="revoke">
|
|
51
51
|
<documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
|
|
52
|
-
<
|
|
52
|
+
<delete in="revoke_in"/>
|
|
53
53
|
</resource>
|
|
54
54
|
</resource>
|
|
55
55
|
|
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.242
|
|
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-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: xml-smart
|