zaikio-oauth_client 0.21.0 → 0.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/zaikio/oauth_client/authenticatable.rb +1 -1
- data/lib/zaikio/oauth_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e87deb46aa5f12ce0383be80478beeada52d8281dbc299570b6c0d7cd321068
|
4
|
+
data.tar.gz: 27dff67fdf8d1f02b12a28b490c1ee0b59b8832e20550608c2147d83920a9688
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25045bb111f6373f883601e6c93fc05527630f9f5b5df09c2c9f937f41c7b789a26ffd3fcba803466be7cf9d1e9e58bd26c23992175eb22fcb0a98910a7ea0eb
|
7
|
+
data.tar.gz: 34bc3884461e5650d9a168d9a73d521040a349b6a99ea0e35d988e14629b7a94d642622928425128421c17b685291d6cd6aac9ce369b84471e637f90e7f20d0a
|
data/README.md
CHANGED
@@ -162,7 +162,7 @@ end
|
|
162
162
|
|
163
163
|
You can then use `Current.user` anywhere.
|
164
164
|
|
165
|
-
For **logout** use: `zaikio_oauth_client.session_path, method: :delete` or build your own controller for deleting the cookie.
|
165
|
+
For **logout** use: `zaikio_oauth_client.session_path, method: :delete` or build your own controller for deleting the cookie. If you do build your own controller, please be aware that it is possible for the access token to be nil, and you should handle this accordingly.
|
166
166
|
|
167
167
|
#### Multiple clients
|
168
168
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zaikio-oauth_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.21.
|
4
|
+
version: 0.21.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zaikio GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|