doorkeeper 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of doorkeeper might be problematic. Click here for more details.
- data/README.md +63 -48
- data/app/assets/stylesheets/doorkeeper/application.css +10 -2
- data/app/controllers/doorkeeper/application_controller.rbc +663 -0
- data/app/controllers/doorkeeper/applications_controller.rbc +954 -0
- data/app/controllers/doorkeeper/authorizations_controller.rb +8 -1
- data/app/controllers/doorkeeper/authorizations_controller.rbc +595 -0
- data/app/controllers/doorkeeper/tokens_controller.rbc +423 -0
- data/app/helpers/doorkeeper/application_helper.rbc +127 -0
- data/app/models/access_grant.rb +10 -2
- data/app/models/access_grant.rbc +656 -0
- data/app/models/access_token.rbc +781 -0
- data/app/models/application.rbc +507 -0
- data/app/views/doorkeeper/authorizations/new.html.erb +16 -12
- data/app/views/layouts/doorkeeper/application.html.erb +9 -0
- data/config/initializers/form_errors.rbc +272 -0
- data/config/routes.rbc +322 -0
- data/lib/doorkeeper.rbc +407 -0
- data/lib/doorkeeper/config.rbc +941 -0
- data/lib/doorkeeper/doorkeeper_for.rbc +1029 -0
- data/lib/doorkeeper/engine.rbc +318 -0
- data/lib/doorkeeper/oauth/access_token_request.rb +9 -2
- data/lib/doorkeeper/oauth/access_token_request.rbc +1853 -0
- data/lib/doorkeeper/oauth/authorization_request.rb +5 -0
- data/lib/doorkeeper/oauth/authorization_request.rbc +2107 -0
- data/lib/doorkeeper/oauth/random_string.rbc +437 -0
- data/lib/doorkeeper/validations.rbc +774 -0
- data/lib/doorkeeper/version.rb +1 -1
- data/lib/doorkeeper/version.rbc +130 -0
- data/lib/generators/doorkeeper/install_generator.rbc +453 -0
- data/lib/generators/doorkeeper/templates/migration.rb +1 -0
- data/lib/tasks/doorkeeper_tasks.rake.compiled.rbc +40 -0
- metadata +44 -17
@@ -0,0 +1,423 @@
|
|
1
|
+
!RBIX
|
2
|
+
9595534255132031488
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
35
|
13
|
+
99
|
14
|
+
7
|
15
|
+
0
|
16
|
+
45
|
17
|
+
1
|
18
|
+
2
|
19
|
+
43
|
20
|
+
3
|
21
|
+
45
|
22
|
+
1
|
23
|
+
4
|
24
|
+
49
|
25
|
+
5
|
26
|
+
3
|
27
|
+
13
|
28
|
+
99
|
29
|
+
12
|
30
|
+
7
|
31
|
+
6
|
32
|
+
12
|
33
|
+
7
|
34
|
+
7
|
35
|
+
12
|
36
|
+
65
|
37
|
+
12
|
38
|
+
49
|
39
|
+
8
|
40
|
+
4
|
41
|
+
15
|
42
|
+
49
|
43
|
+
6
|
44
|
+
0
|
45
|
+
15
|
46
|
+
2
|
47
|
+
11
|
48
|
+
I
|
49
|
+
6
|
50
|
+
I
|
51
|
+
0
|
52
|
+
I
|
53
|
+
0
|
54
|
+
I
|
55
|
+
0
|
56
|
+
n
|
57
|
+
p
|
58
|
+
9
|
59
|
+
x
|
60
|
+
16
|
61
|
+
TokensController
|
62
|
+
x
|
63
|
+
10
|
64
|
+
Doorkeeper
|
65
|
+
n
|
66
|
+
x
|
67
|
+
21
|
68
|
+
ApplicationController
|
69
|
+
n
|
70
|
+
x
|
71
|
+
16
|
72
|
+
open_class_under
|
73
|
+
x
|
74
|
+
14
|
75
|
+
__class_init__
|
76
|
+
M
|
77
|
+
1
|
78
|
+
n
|
79
|
+
n
|
80
|
+
x
|
81
|
+
16
|
82
|
+
TokensController
|
83
|
+
i
|
84
|
+
34
|
85
|
+
5
|
86
|
+
66
|
87
|
+
99
|
88
|
+
7
|
89
|
+
0
|
90
|
+
7
|
91
|
+
1
|
92
|
+
65
|
93
|
+
67
|
94
|
+
49
|
95
|
+
2
|
96
|
+
0
|
97
|
+
49
|
98
|
+
3
|
99
|
+
4
|
100
|
+
15
|
101
|
+
5
|
102
|
+
48
|
103
|
+
4
|
104
|
+
15
|
105
|
+
99
|
106
|
+
7
|
107
|
+
5
|
108
|
+
7
|
109
|
+
6
|
110
|
+
65
|
111
|
+
67
|
112
|
+
49
|
113
|
+
2
|
114
|
+
0
|
115
|
+
49
|
116
|
+
3
|
117
|
+
4
|
118
|
+
11
|
119
|
+
I
|
120
|
+
5
|
121
|
+
I
|
122
|
+
0
|
123
|
+
I
|
124
|
+
0
|
125
|
+
I
|
126
|
+
0
|
127
|
+
n
|
128
|
+
p
|
129
|
+
7
|
130
|
+
x
|
131
|
+
6
|
132
|
+
create
|
133
|
+
M
|
134
|
+
1
|
135
|
+
n
|
136
|
+
n
|
137
|
+
x
|
138
|
+
6
|
139
|
+
create
|
140
|
+
i
|
141
|
+
61
|
142
|
+
5
|
143
|
+
48
|
144
|
+
0
|
145
|
+
49
|
146
|
+
1
|
147
|
+
0
|
148
|
+
9
|
149
|
+
35
|
150
|
+
5
|
151
|
+
44
|
152
|
+
43
|
153
|
+
2
|
154
|
+
79
|
155
|
+
49
|
156
|
+
3
|
157
|
+
1
|
158
|
+
13
|
159
|
+
7
|
160
|
+
4
|
161
|
+
5
|
162
|
+
48
|
163
|
+
0
|
164
|
+
49
|
165
|
+
5
|
166
|
+
0
|
167
|
+
49
|
168
|
+
6
|
169
|
+
2
|
170
|
+
15
|
171
|
+
47
|
172
|
+
49
|
173
|
+
7
|
174
|
+
1
|
175
|
+
8
|
176
|
+
60
|
177
|
+
5
|
178
|
+
44
|
179
|
+
43
|
180
|
+
2
|
181
|
+
79
|
182
|
+
49
|
183
|
+
3
|
184
|
+
1
|
185
|
+
13
|
186
|
+
7
|
187
|
+
4
|
188
|
+
5
|
189
|
+
48
|
190
|
+
0
|
191
|
+
49
|
192
|
+
8
|
193
|
+
0
|
194
|
+
49
|
195
|
+
6
|
196
|
+
2
|
197
|
+
15
|
198
|
+
47
|
199
|
+
49
|
200
|
+
7
|
201
|
+
1
|
202
|
+
11
|
203
|
+
I
|
204
|
+
5
|
205
|
+
I
|
206
|
+
0
|
207
|
+
I
|
208
|
+
0
|
209
|
+
I
|
210
|
+
0
|
211
|
+
n
|
212
|
+
p
|
213
|
+
9
|
214
|
+
x
|
215
|
+
5
|
216
|
+
token
|
217
|
+
x
|
218
|
+
9
|
219
|
+
authorize
|
220
|
+
x
|
221
|
+
4
|
222
|
+
Hash
|
223
|
+
x
|
224
|
+
16
|
225
|
+
new_from_literal
|
226
|
+
x
|
227
|
+
4
|
228
|
+
json
|
229
|
+
x
|
230
|
+
13
|
231
|
+
authorization
|
232
|
+
x
|
233
|
+
3
|
234
|
+
[]=
|
235
|
+
x
|
236
|
+
6
|
237
|
+
render
|
238
|
+
x
|
239
|
+
14
|
240
|
+
error_response
|
241
|
+
p
|
242
|
+
11
|
243
|
+
I
|
244
|
+
-1
|
245
|
+
I
|
246
|
+
2
|
247
|
+
I
|
248
|
+
0
|
249
|
+
I
|
250
|
+
3
|
251
|
+
I
|
252
|
+
8
|
253
|
+
I
|
254
|
+
4
|
255
|
+
I
|
256
|
+
23
|
257
|
+
I
|
258
|
+
6
|
259
|
+
I
|
260
|
+
3c
|
261
|
+
I
|
262
|
+
0
|
263
|
+
I
|
264
|
+
3d
|
265
|
+
x
|
266
|
+
87
|
267
|
+
/Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/tokens_controller.rb
|
268
|
+
p
|
269
|
+
0
|
270
|
+
x
|
271
|
+
17
|
272
|
+
method_visibility
|
273
|
+
x
|
274
|
+
15
|
275
|
+
add_defn_method
|
276
|
+
x
|
277
|
+
7
|
278
|
+
private
|
279
|
+
x
|
280
|
+
5
|
281
|
+
token
|
282
|
+
M
|
283
|
+
1
|
284
|
+
n
|
285
|
+
n
|
286
|
+
x
|
287
|
+
5
|
288
|
+
token
|
289
|
+
i
|
290
|
+
43
|
291
|
+
39
|
292
|
+
0
|
293
|
+
13
|
294
|
+
10
|
295
|
+
42
|
296
|
+
15
|
297
|
+
45
|
298
|
+
1
|
299
|
+
2
|
300
|
+
43
|
301
|
+
3
|
302
|
+
43
|
303
|
+
4
|
304
|
+
13
|
305
|
+
71
|
306
|
+
5
|
307
|
+
47
|
308
|
+
9
|
309
|
+
34
|
310
|
+
47
|
311
|
+
49
|
312
|
+
6
|
313
|
+
0
|
314
|
+
13
|
315
|
+
5
|
316
|
+
48
|
317
|
+
7
|
318
|
+
47
|
319
|
+
49
|
320
|
+
8
|
321
|
+
1
|
322
|
+
15
|
323
|
+
8
|
324
|
+
40
|
325
|
+
5
|
326
|
+
48
|
327
|
+
7
|
328
|
+
49
|
329
|
+
5
|
330
|
+
1
|
331
|
+
38
|
332
|
+
0
|
333
|
+
11
|
334
|
+
I
|
335
|
+
3
|
336
|
+
I
|
337
|
+
0
|
338
|
+
I
|
339
|
+
0
|
340
|
+
I
|
341
|
+
0
|
342
|
+
n
|
343
|
+
p
|
344
|
+
9
|
345
|
+
x
|
346
|
+
6
|
347
|
+
@token
|
348
|
+
x
|
349
|
+
10
|
350
|
+
Doorkeeper
|
351
|
+
n
|
352
|
+
x
|
353
|
+
5
|
354
|
+
OAuth
|
355
|
+
x
|
356
|
+
18
|
357
|
+
AccessTokenRequest
|
358
|
+
x
|
359
|
+
3
|
360
|
+
new
|
361
|
+
x
|
362
|
+
8
|
363
|
+
allocate
|
364
|
+
x
|
365
|
+
6
|
366
|
+
params
|
367
|
+
x
|
368
|
+
10
|
369
|
+
initialize
|
370
|
+
p
|
371
|
+
5
|
372
|
+
I
|
373
|
+
-1
|
374
|
+
I
|
375
|
+
c
|
376
|
+
I
|
377
|
+
0
|
378
|
+
I
|
379
|
+
d
|
380
|
+
I
|
381
|
+
2b
|
382
|
+
x
|
383
|
+
87
|
384
|
+
/Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/tokens_controller.rb
|
385
|
+
p
|
386
|
+
0
|
387
|
+
p
|
388
|
+
7
|
389
|
+
I
|
390
|
+
2
|
391
|
+
I
|
392
|
+
2
|
393
|
+
I
|
394
|
+
10
|
395
|
+
I
|
396
|
+
a
|
397
|
+
I
|
398
|
+
14
|
399
|
+
I
|
400
|
+
c
|
401
|
+
I
|
402
|
+
22
|
403
|
+
x
|
404
|
+
87
|
405
|
+
/Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/tokens_controller.rb
|
406
|
+
p
|
407
|
+
0
|
408
|
+
x
|
409
|
+
13
|
410
|
+
attach_method
|
411
|
+
p
|
412
|
+
3
|
413
|
+
I
|
414
|
+
0
|
415
|
+
I
|
416
|
+
1
|
417
|
+
I
|
418
|
+
23
|
419
|
+
x
|
420
|
+
87
|
421
|
+
/Users/felipeelias/Applicake/doorkeeper/app/controllers/doorkeeper/tokens_controller.rb
|
422
|
+
p
|
423
|
+
0
|
@@ -0,0 +1,127 @@
|
|
1
|
+
!RBIX
|
2
|
+
9595534255132031488
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
28
|
13
|
+
99
|
14
|
+
7
|
15
|
+
0
|
16
|
+
65
|
17
|
+
49
|
18
|
+
1
|
19
|
+
2
|
20
|
+
13
|
21
|
+
99
|
22
|
+
12
|
23
|
+
7
|
24
|
+
2
|
25
|
+
12
|
26
|
+
7
|
27
|
+
3
|
28
|
+
12
|
29
|
+
65
|
30
|
+
12
|
31
|
+
49
|
32
|
+
4
|
33
|
+
4
|
34
|
+
15
|
35
|
+
49
|
36
|
+
2
|
37
|
+
0
|
38
|
+
15
|
39
|
+
2
|
40
|
+
11
|
41
|
+
I
|
42
|
+
6
|
43
|
+
I
|
44
|
+
0
|
45
|
+
I
|
46
|
+
0
|
47
|
+
I
|
48
|
+
0
|
49
|
+
n
|
50
|
+
p
|
51
|
+
5
|
52
|
+
x
|
53
|
+
10
|
54
|
+
Doorkeeper
|
55
|
+
x
|
56
|
+
11
|
57
|
+
open_module
|
58
|
+
x
|
59
|
+
15
|
60
|
+
__module_init__
|
61
|
+
M
|
62
|
+
1
|
63
|
+
n
|
64
|
+
n
|
65
|
+
x
|
66
|
+
10
|
67
|
+
Doorkeeper
|
68
|
+
i
|
69
|
+
12
|
70
|
+
5
|
71
|
+
66
|
72
|
+
99
|
73
|
+
7
|
74
|
+
0
|
75
|
+
65
|
76
|
+
49
|
77
|
+
1
|
78
|
+
2
|
79
|
+
15
|
80
|
+
1
|
81
|
+
11
|
82
|
+
I
|
83
|
+
3
|
84
|
+
I
|
85
|
+
0
|
86
|
+
I
|
87
|
+
0
|
88
|
+
I
|
89
|
+
0
|
90
|
+
n
|
91
|
+
p
|
92
|
+
2
|
93
|
+
x
|
94
|
+
17
|
95
|
+
ApplicationHelper
|
96
|
+
x
|
97
|
+
11
|
98
|
+
open_module
|
99
|
+
p
|
100
|
+
3
|
101
|
+
I
|
102
|
+
2
|
103
|
+
I
|
104
|
+
2
|
105
|
+
I
|
106
|
+
c
|
107
|
+
x
|
108
|
+
84
|
109
|
+
/Users/felipeelias/Applicake/doorkeeper/app/helpers/doorkeeper/application_helper.rb
|
110
|
+
p
|
111
|
+
0
|
112
|
+
x
|
113
|
+
13
|
114
|
+
attach_method
|
115
|
+
p
|
116
|
+
3
|
117
|
+
I
|
118
|
+
0
|
119
|
+
I
|
120
|
+
1
|
121
|
+
I
|
122
|
+
1c
|
123
|
+
x
|
124
|
+
84
|
125
|
+
/Users/felipeelias/Applicake/doorkeeper/app/helpers/doorkeeper/application_helper.rb
|
126
|
+
p
|
127
|
+
0
|