devise-jwt-cookie 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +81 -81
- data/lib/devise/jwt/cookie/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: d203b92171aba466360962313503055b1488613ec24a97e1acd88d5033d40ae1
|
4
|
+
data.tar.gz: 35b0ba5f0930b43d25640e6c43b061d82fe038a6285e6ef57b0a89fcb89b6e36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58acadb1fac0195e5cb48d33cd3da2a0dd8f0d3f5dd53e4d139e16e59b086e35ed994e8814c64791a93dc623ccca047a626e33d2aca58dd259d5da0fc01a8b57
|
7
|
+
data.tar.gz: b00005d5a84121facaa1676c3664dbe3f28e094752308478233ff2fad7e421790344d5a8ac75ccdf0d4c54f5b67c3bc4b7517229f5f63d702b704e924424a878
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
devise-jwt-cookie (0.
|
4
|
+
devise-jwt-cookie (0.4.0)
|
5
5
|
devise-jwt (~> 0.6)
|
6
6
|
dry-auto_inject (~> 0.6)
|
7
7
|
dry-configurable (~> 0.9, < 0.11)
|
@@ -9,67 +9,67 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (5.2.
|
13
|
-
actionpack (= 5.2.
|
12
|
+
actioncable (5.2.5)
|
13
|
+
actionpack (= 5.2.5)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailer (5.2.
|
17
|
-
actionpack (= 5.2.
|
18
|
-
actionview (= 5.2.
|
19
|
-
activejob (= 5.2.
|
16
|
+
actionmailer (5.2.5)
|
17
|
+
actionpack (= 5.2.5)
|
18
|
+
actionview (= 5.2.5)
|
19
|
+
activejob (= 5.2.5)
|
20
20
|
mail (~> 2.5, >= 2.5.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (5.2.
|
23
|
-
actionview (= 5.2.
|
24
|
-
activesupport (= 5.2.
|
22
|
+
actionpack (5.2.5)
|
23
|
+
actionview (= 5.2.5)
|
24
|
+
activesupport (= 5.2.5)
|
25
25
|
rack (~> 2.0, >= 2.0.8)
|
26
26
|
rack-test (>= 0.6.3)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
28
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (5.2.
|
30
|
-
activesupport (= 5.2.
|
29
|
+
actionview (5.2.5)
|
30
|
+
activesupport (= 5.2.5)
|
31
31
|
builder (~> 3.1)
|
32
32
|
erubi (~> 1.4)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
activejob (5.2.
|
36
|
-
activesupport (= 5.2.
|
35
|
+
activejob (5.2.5)
|
36
|
+
activesupport (= 5.2.5)
|
37
37
|
globalid (>= 0.3.6)
|
38
|
-
activemodel (5.2.
|
39
|
-
activesupport (= 5.2.
|
40
|
-
activerecord (5.2.
|
41
|
-
activemodel (= 5.2.
|
42
|
-
activesupport (= 5.2.
|
38
|
+
activemodel (5.2.5)
|
39
|
+
activesupport (= 5.2.5)
|
40
|
+
activerecord (5.2.5)
|
41
|
+
activemodel (= 5.2.5)
|
42
|
+
activesupport (= 5.2.5)
|
43
43
|
arel (>= 9.0)
|
44
|
-
activestorage (5.2.
|
45
|
-
actionpack (= 5.2.
|
46
|
-
activerecord (= 5.2.
|
47
|
-
marcel (~> 0.
|
48
|
-
activesupport (5.2.
|
44
|
+
activestorage (5.2.5)
|
45
|
+
actionpack (= 5.2.5)
|
46
|
+
activerecord (= 5.2.5)
|
47
|
+
marcel (~> 1.0.0)
|
48
|
+
activesupport (5.2.5)
|
49
49
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
50
|
i18n (>= 0.7, < 2)
|
51
51
|
minitest (~> 5.1)
|
52
52
|
tzinfo (~> 1.1)
|
53
53
|
arel (9.0.0)
|
54
|
-
bcrypt (3.1.
|
54
|
+
bcrypt (3.1.16)
|
55
55
|
builder (3.2.4)
|
56
|
-
byebug (11.
|
56
|
+
byebug (11.1.3)
|
57
57
|
codeclimate-test-reporter (1.0.7)
|
58
58
|
simplecov
|
59
|
-
coderay (1.1.
|
60
|
-
concurrent-ruby (1.1.
|
59
|
+
coderay (1.1.3)
|
60
|
+
concurrent-ruby (1.1.8)
|
61
61
|
crass (1.0.6)
|
62
|
-
devise (4.7.
|
62
|
+
devise (4.7.3)
|
63
63
|
bcrypt (~> 3.0)
|
64
64
|
orm_adapter (~> 0.1)
|
65
65
|
railties (>= 4.1.0)
|
66
66
|
responders
|
67
67
|
warden (~> 1.2.3)
|
68
|
-
devise-jwt (0.
|
68
|
+
devise-jwt (0.8.1)
|
69
69
|
devise (~> 4.0)
|
70
|
-
warden-jwt_auth (~> 0.
|
71
|
-
diff-lcs (1.
|
72
|
-
docile (1.3.
|
70
|
+
warden-jwt_auth (~> 0.5)
|
71
|
+
diff-lcs (1.4.4)
|
72
|
+
docile (1.3.5)
|
73
73
|
dry-auto_inject (0.7.0)
|
74
74
|
dry-container (>= 0.3.4)
|
75
75
|
dry-configurable (0.9.0)
|
@@ -78,75 +78,75 @@ GEM
|
|
78
78
|
dry-container (0.7.2)
|
79
79
|
concurrent-ruby (~> 1.0)
|
80
80
|
dry-configurable (~> 0.1, >= 0.1.3)
|
81
|
-
dry-core (0.
|
81
|
+
dry-core (0.5.0)
|
82
82
|
concurrent-ruby (~> 1.0)
|
83
|
-
erubi (1.
|
83
|
+
erubi (1.10.0)
|
84
84
|
globalid (0.4.2)
|
85
85
|
activesupport (>= 4.2.0)
|
86
|
-
i18n (1.8.
|
86
|
+
i18n (1.8.10)
|
87
87
|
concurrent-ruby (~> 1.0)
|
88
|
-
json (2.
|
89
|
-
jwt (2.2.
|
90
|
-
loofah (2.
|
88
|
+
json (2.5.1)
|
89
|
+
jwt (2.2.2)
|
90
|
+
loofah (2.9.1)
|
91
91
|
crass (~> 1.0.2)
|
92
92
|
nokogiri (>= 1.5.9)
|
93
93
|
mail (2.7.1)
|
94
94
|
mini_mime (>= 0.1.1)
|
95
|
-
marcel (0.
|
96
|
-
mimemagic (~> 0.3.2)
|
95
|
+
marcel (1.0.1)
|
97
96
|
method_source (1.0.0)
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
97
|
+
mini_mime (1.1.0)
|
98
|
+
mini_portile2 (2.5.0)
|
99
|
+
minitest (5.14.4)
|
100
|
+
nio4r (2.5.7)
|
101
|
+
nokogiri (1.11.3)
|
102
|
+
mini_portile2 (~> 2.5.0)
|
103
|
+
racc (~> 1.4)
|
105
104
|
orm_adapter (0.5.0)
|
106
|
-
pry (0.13.
|
105
|
+
pry (0.13.1)
|
107
106
|
coderay (~> 1.1)
|
108
107
|
method_source (~> 1.0)
|
109
|
-
pry-byebug (3.
|
108
|
+
pry-byebug (3.9.0)
|
110
109
|
byebug (~> 11.0)
|
111
|
-
pry (~> 0.
|
112
|
-
|
110
|
+
pry (~> 0.13.0)
|
111
|
+
racc (1.5.2)
|
112
|
+
rack (2.2.3)
|
113
113
|
rack-test (1.1.0)
|
114
114
|
rack (>= 1.0, < 3)
|
115
|
-
rails (5.2.
|
116
|
-
actioncable (= 5.2.
|
117
|
-
actionmailer (= 5.2.
|
118
|
-
actionpack (= 5.2.
|
119
|
-
actionview (= 5.2.
|
120
|
-
activejob (= 5.2.
|
121
|
-
activemodel (= 5.2.
|
122
|
-
activerecord (= 5.2.
|
123
|
-
activestorage (= 5.2.
|
124
|
-
activesupport (= 5.2.
|
115
|
+
rails (5.2.5)
|
116
|
+
actioncable (= 5.2.5)
|
117
|
+
actionmailer (= 5.2.5)
|
118
|
+
actionpack (= 5.2.5)
|
119
|
+
actionview (= 5.2.5)
|
120
|
+
activejob (= 5.2.5)
|
121
|
+
activemodel (= 5.2.5)
|
122
|
+
activerecord (= 5.2.5)
|
123
|
+
activestorage (= 5.2.5)
|
124
|
+
activesupport (= 5.2.5)
|
125
125
|
bundler (>= 1.3.0)
|
126
|
-
railties (= 5.2.
|
126
|
+
railties (= 5.2.5)
|
127
127
|
sprockets-rails (>= 2.0.0)
|
128
128
|
rails-dom-testing (2.0.3)
|
129
129
|
activesupport (>= 4.2.0)
|
130
130
|
nokogiri (>= 1.6)
|
131
131
|
rails-html-sanitizer (1.3.0)
|
132
132
|
loofah (~> 2.3)
|
133
|
-
railties (5.2.
|
134
|
-
actionpack (= 5.2.
|
135
|
-
activesupport (= 5.2.
|
133
|
+
railties (5.2.5)
|
134
|
+
actionpack (= 5.2.5)
|
135
|
+
activesupport (= 5.2.5)
|
136
136
|
method_source
|
137
137
|
rake (>= 0.8.7)
|
138
138
|
thor (>= 0.19.0, < 2.0)
|
139
139
|
rake (12.3.3)
|
140
|
-
responders (3.0.
|
140
|
+
responders (3.0.1)
|
141
141
|
actionpack (>= 5.0)
|
142
142
|
railties (>= 5.0)
|
143
143
|
rspec (3.9.0)
|
144
144
|
rspec-core (~> 3.9.0)
|
145
145
|
rspec-expectations (~> 3.9.0)
|
146
146
|
rspec-mocks (~> 3.9.0)
|
147
|
-
rspec-core (3.9.
|
148
|
-
rspec-support (~> 3.9.
|
149
|
-
rspec-expectations (3.9.
|
147
|
+
rspec-core (3.9.3)
|
148
|
+
rspec-support (~> 3.9.3)
|
149
|
+
rspec-expectations (3.9.4)
|
150
150
|
diff-lcs (>= 1.2.0, < 2.0)
|
151
151
|
rspec-support (~> 3.9.0)
|
152
152
|
rspec-mocks (3.9.1)
|
@@ -160,34 +160,34 @@ GEM
|
|
160
160
|
rspec-expectations (~> 3.9.0)
|
161
161
|
rspec-mocks (~> 3.9.0)
|
162
162
|
rspec-support (~> 3.9.0)
|
163
|
-
rspec-support (3.9.
|
163
|
+
rspec-support (3.9.4)
|
164
164
|
simplecov (0.17.0)
|
165
165
|
docile (~> 1.1)
|
166
166
|
json (>= 1.8, < 3)
|
167
167
|
simplecov-html (~> 0.10.0)
|
168
168
|
simplecov-html (0.10.2)
|
169
|
-
sprockets (
|
169
|
+
sprockets (4.0.2)
|
170
170
|
concurrent-ruby (~> 1.0)
|
171
171
|
rack (> 1, < 3)
|
172
|
-
sprockets-rails (3.2.
|
172
|
+
sprockets-rails (3.2.2)
|
173
173
|
actionpack (>= 4.0)
|
174
174
|
activesupport (>= 4.0)
|
175
175
|
sprockets (>= 3.0.0)
|
176
176
|
sqlite3 (1.4.2)
|
177
|
-
thor (1.0
|
177
|
+
thor (1.1.0)
|
178
178
|
thread_safe (0.3.6)
|
179
|
-
tzinfo (1.2.
|
179
|
+
tzinfo (1.2.9)
|
180
180
|
thread_safe (~> 0.1)
|
181
|
-
warden (1.2.
|
182
|
-
rack (>= 2.0.
|
183
|
-
warden-jwt_auth (0.
|
181
|
+
warden (1.2.9)
|
182
|
+
rack (>= 2.0.9)
|
183
|
+
warden-jwt_auth (0.5.0)
|
184
184
|
dry-auto_inject (~> 0.6)
|
185
|
-
dry-configurable (~> 0.9
|
185
|
+
dry-configurable (~> 0.9)
|
186
186
|
jwt (~> 2.1)
|
187
187
|
warden (~> 1.2)
|
188
|
-
websocket-driver (0.7.
|
188
|
+
websocket-driver (0.7.3)
|
189
189
|
websocket-extensions (>= 0.1.0)
|
190
|
-
websocket-extensions (0.1.
|
190
|
+
websocket-extensions (0.1.5)
|
191
191
|
|
192
192
|
PLATFORMS
|
193
193
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-jwt-cookie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niels van der Zanden
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise-jwt
|