orthodox 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -0
  3. data/README.md +3 -7
  4. data/dummy/.ruby-version +1 -1
  5. data/dummy/Gemfile +2 -2
  6. data/dummy/Gemfile.lock +111 -113
  7. data/lib/generators/authentication/templates/controllers/concerns/authentication.rb.erb +24 -24
  8. data/lib/generators/authentication/templates/controllers/sessions_controller.rb.erb +4 -4
  9. data/lib/generators/authentication/templates/controllers/tfa_sessions_controller.rb.erb +2 -2
  10. data/lib/generators/authentication/templates/controllers/tfas_controller.rb.erb +2 -2
  11. data/lib/generators/authentication/templates/helpers/otp_credentials_helper.rb +2 -2
  12. data/lib/generators/authentication/templates/javascript/tfa_forms.js +3 -5
  13. data/lib/generators/authentication/templates/models/concerns/authenticateable.rb +2 -2
  14. data/lib/generators/authentication/templates/models/concerns/otpable.rb +2 -2
  15. data/lib/generators/authentication/templates/models/concerns/password_resetable.rb +2 -2
  16. data/lib/generators/authentication/templates/models/otp_credential.rb.erb +2 -2
  17. data/lib/generators/authentication/templates/models/password_reset_token.rb +2 -2
  18. data/lib/generators/authentication/templates/models/session.rb.erb +2 -2
  19. data/lib/generators/authentication/templates/models/tfa_session.rb +2 -2
  20. data/lib/generators/authentication/templates/spec/models/otp_credential_spec.rb +2 -2
  21. data/lib/generators/authentication/templates/spec/models/password_reset_token_spec.rb +2 -2
  22. data/lib/generators/authentication/templates/spec/models/session_spec.rb.erb +10 -11
  23. data/lib/generators/authentication/templates/spec/models/tfa_session_spec.rb.erb +35 -36
  24. data/lib/generators/authentication/templates/spec/support/authentication_helpers.rb +2 -2
  25. data/lib/generators/authentication/templates/spec/system/authentication_spec.rb.erb +2 -2
  26. data/lib/generators/authentication/templates/spec/system/password_resets_spec.rb.erb +2 -2
  27. data/lib/generators/authentication/templates/spec/system/tfa_authentication_spec.rb.erb +2 -2
  28. data/lib/orthodox/version.rb +1 -1
  29. data/orthodox.gemspec +1 -2
  30. metadata +6 -52
  31. data/docs/Authenticateable/ClassMethods.html +0 -105
  32. data/docs/Authenticateable.html +0 -246
  33. data/docs/AuthenticationGenerator.html +0 -1335
  34. data/docs/AuthenticationHelpers.html +0 -194
  35. data/docs/BaseControllerGenerator.html +0 -247
  36. data/docs/CoffeescriptGenerator.html +0 -495
  37. data/docs/ControllerGenerator.html +0 -855
  38. data/docs/LayoutHelperGenerator.html +0 -397
  39. data/docs/Orthodox/Railtie.html +0 -124
  40. data/docs/Orthodox.html +0 -133
  41. data/docs/OtpCredentialsHelper.html +0 -298
  42. data/docs/Otpable.html +0 -267
  43. data/docs/PasswordResetToken.html +0 -324
  44. data/docs/PasswordResetable.html +0 -193
  45. data/docs/SassGenerator.html +0 -549
  46. data/docs/TfaSession.html +0 -476
  47. data/docs/TwoFactorAuthentication/ClassMethods.html +0 -222
  48. data/docs/TwoFactorAuthentication.html +0 -121
  49. data/docs/_config.yml +0 -1
  50. data/docs/_index.html +0 -265
  51. data/docs/class_list.html +0 -51
  52. data/docs/css/common.css +0 -1
  53. data/docs/css/full_list.css +0 -58
  54. data/docs/css/style.css +0 -496
  55. data/docs/file.README.html +0 -311
  56. data/docs/file_list.html +0 -56
  57. data/docs/frames.html +0 -17
  58. data/docs/index.html +0 -311
  59. data/docs/js/app.js +0 -314
  60. data/docs/js/full_list.js +0 -216
  61. data/docs/js/jquery.js +0 -4
  62. data/docs/method_list.html +0 -555
  63. data/docs/top-level-namespace.html +0 -112
@@ -1,555 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
- <meta charset="utf-8" />
6
-
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
-
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
-
11
-
12
-
13
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
-
17
-
18
- <title>Method List</title>
19
- <base id="base_target" target="_parent" />
20
- </head>
21
- <body>
22
- <div id="content">
23
- <div class="fixed_header">
24
- <h1 id="full_list_header">Method List</h1>
25
- <div id="full_list_nav">
26
-
27
- <span><a target="_self" href="class_list.html">
28
- Classes
29
- </a></span>
30
-
31
- <span><a target="_self" href="method_list.html">
32
- Methods
33
- </a></span>
34
-
35
- <span><a target="_self" href="file_list.html">
36
- Files
37
- </a></span>
38
-
39
- </div>
40
-
41
- <div id="search">Search: <input type="text" /></div>
42
- </div>
43
-
44
- <ul id="full_list" class="method">
45
-
46
-
47
- <li class="odd ">
48
- <div class="item">
49
- <span class='object_link'><a href="LayoutHelperGenerator.html#add_description_method-instance_method" title="LayoutHelperGenerator#add_description_method (method)">#add_description_method</a></span>
50
- <small>LayoutHelperGenerator</small>
51
- </div>
52
- </li>
53
-
54
-
55
- <li class="even ">
56
- <div class="item">
57
- <span class='object_link'><a href="LayoutHelperGenerator.html#add_title_method-instance_method" title="LayoutHelperGenerator#add_title_method (method)">#add_title_method</a></span>
58
- <small>LayoutHelperGenerator</small>
59
- </div>
60
- </li>
61
-
62
-
63
- <li class="odd ">
64
- <div class="item">
65
- <span class='object_link'><a href="ControllerGenerator.html#authenticate_actor-instance_method" title="ControllerGenerator#authenticate_actor (method)">#authenticate_actor</a></span>
66
- <small>ControllerGenerator</small>
67
- </div>
68
- </li>
69
-
70
-
71
- <li class="even ">
72
- <div class="item">
73
- <span class='object_link'><a href="ControllerGenerator.html#authenticate_actor%3F-instance_method" title="ControllerGenerator#authenticate_actor? (method)">#authenticate_actor?</a></span>
74
- <small>ControllerGenerator</small>
75
- </div>
76
- </li>
77
-
78
-
79
- <li class="odd ">
80
- <div class="item">
81
- <span class='object_link'><a href="SassGenerator.html#block_name-instance_method" title="SassGenerator#block_name (method)">#block_name</a></span>
82
- <small>SassGenerator</small>
83
- </div>
84
- </li>
85
-
86
-
87
- <li class="even ">
88
- <div class="item">
89
- <span class='object_link'><a href="SassGenerator.html#copy_template_file-instance_method" title="SassGenerator#copy_template_file (method)">#copy_template_file</a></span>
90
- <small>SassGenerator</small>
91
- </div>
92
- </li>
93
-
94
-
95
- <li class="odd ">
96
- <div class="item">
97
- <span class='object_link'><a href="ControllerGenerator.html#copy_template_file-instance_method" title="ControllerGenerator#copy_template_file (method)">#copy_template_file</a></span>
98
- <small>ControllerGenerator</small>
99
- </div>
100
- </li>
101
-
102
-
103
- <li class="even ">
104
- <div class="item">
105
- <span class='object_link'><a href="CoffeescriptGenerator.html#copy_template_file-instance_method" title="CoffeescriptGenerator#copy_template_file (method)">#copy_template_file</a></span>
106
- <small>CoffeescriptGenerator</small>
107
- </div>
108
- </li>
109
-
110
-
111
- <li class="odd ">
112
- <div class="item">
113
- <span class='object_link'><a href="LayoutHelperGenerator.html#copy_template_file-instance_method" title="LayoutHelperGenerator#copy_template_file (method)">#copy_template_file</a></span>
114
- <small>LayoutHelperGenerator</small>
115
- </div>
116
- </li>
117
-
118
-
119
- <li class="even ">
120
- <div class="item">
121
- <span class='object_link'><a href="AuthenticationGenerator.html#create_controllers-instance_method" title="AuthenticationGenerator#create_controllers (method)">#create_controllers</a></span>
122
- <small>AuthenticationGenerator</small>
123
- </div>
124
- </li>
125
-
126
-
127
- <li class="odd ">
128
- <div class="item">
129
- <span class='object_link'><a href="AuthenticationGenerator.html#create_factories-instance_method" title="AuthenticationGenerator#create_factories (method)">#create_factories</a></span>
130
- <small>AuthenticationGenerator</small>
131
- </div>
132
- </li>
133
-
134
-
135
- <li class="even ">
136
- <div class="item">
137
- <span class='object_link'><a href="ControllerGenerator.html#create_flash_message-instance_method" title="ControllerGenerator#create_flash_message (method)">#create_flash_message</a></span>
138
- <small>ControllerGenerator</small>
139
- </div>
140
- </li>
141
-
142
-
143
- <li class="odd ">
144
- <div class="item">
145
- <span class='object_link'><a href="AuthenticationGenerator.html#create_form_objects-instance_method" title="AuthenticationGenerator#create_form_objects (method)">#create_form_objects</a></span>
146
- <small>AuthenticationGenerator</small>
147
- </div>
148
- </li>
149
-
150
-
151
- <li class="even ">
152
- <div class="item">
153
- <span class='object_link'><a href="AuthenticationGenerator.html#create_mailer-instance_method" title="AuthenticationGenerator#create_mailer (method)">#create_mailer</a></span>
154
- <small>AuthenticationGenerator</small>
155
- </div>
156
- </li>
157
-
158
-
159
- <li class="odd ">
160
- <div class="item">
161
- <span class='object_link'><a href="AuthenticationGenerator.html#create_migrations-instance_method" title="AuthenticationGenerator#create_migrations (method)">#create_migrations</a></span>
162
- <small>AuthenticationGenerator</small>
163
- </div>
164
- </li>
165
-
166
-
167
- <li class="even ">
168
- <div class="item">
169
- <span class='object_link'><a href="AuthenticationGenerator.html#create_models-instance_method" title="AuthenticationGenerator#create_models (method)">#create_models</a></span>
170
- <small>AuthenticationGenerator</small>
171
- </div>
172
- </li>
173
-
174
-
175
- <li class="odd ">
176
- <div class="item">
177
- <span class='object_link'><a href="AuthenticationGenerator.html#create_routes-instance_method" title="AuthenticationGenerator#create_routes (method)">#create_routes</a></span>
178
- <small>AuthenticationGenerator</small>
179
- </div>
180
- </li>
181
-
182
-
183
- <li class="even ">
184
- <div class="item">
185
- <span class='object_link'><a href="AuthenticationGenerator.html#create_specs-instance_method" title="AuthenticationGenerator#create_specs (method)">#create_specs</a></span>
186
- <small>AuthenticationGenerator</small>
187
- </div>
188
- </li>
189
-
190
-
191
- <li class="odd ">
192
- <div class="item">
193
- <span class='object_link'><a href="AuthenticationGenerator.html#create_view_templates-instance_method" title="AuthenticationGenerator#create_view_templates (method)">#create_view_templates</a></span>
194
- <small>AuthenticationGenerator</small>
195
- </div>
196
- </li>
197
-
198
-
199
- <li class="even ">
200
- <div class="item">
201
- <span class='object_link'><a href="TwoFactorAuthentication/ClassMethods.html#define_tfa_methods-instance_method" title="TwoFactorAuthentication::ClassMethods#define_tfa_methods (method)">#define_tfa_methods</a></span>
202
- <small>TwoFactorAuthentication::ClassMethods</small>
203
- </div>
204
- </li>
205
-
206
-
207
- <li class="odd ">
208
- <div class="item">
209
- <span class='object_link'><a href="ControllerGenerator.html#destroy_flash_message-instance_method" title="ControllerGenerator#destroy_flash_message (method)">#destroy_flash_message</a></span>
210
- <small>ControllerGenerator</small>
211
- </div>
212
- </li>
213
-
214
-
215
- <li class="even ">
216
- <div class="item">
217
- <span class='object_link'><a href="Otpable.html#destroy_otp_credential-instance_method" title="Otpable#destroy_otp_credential (method)">#destroy_otp_credential</a></span>
218
- <small>Otpable</small>
219
- </div>
220
- </li>
221
-
222
-
223
- <li class="odd ">
224
- <div class="item">
225
- <span class='object_link'><a href="PasswordResetable.html#destroy_password_reset_token-instance_method" title="PasswordResetable#destroy_password_reset_token (method)">#destroy_password_reset_token</a></span>
226
- <small>PasswordResetable</small>
227
- </div>
228
- </li>
229
-
230
-
231
- <li class="even ">
232
- <div class="item">
233
- <span class='object_link'><a href="AuthenticationGenerator.html#ensure_concerns-instance_method" title="AuthenticationGenerator#ensure_concerns (method)">#ensure_concerns</a></span>
234
- <small>AuthenticationGenerator</small>
235
- </div>
236
- </li>
237
-
238
-
239
- <li class="odd ">
240
- <div class="item">
241
- <span class='object_link'><a href="BaseControllerGenerator.html#ensure_file-instance_method" title="BaseControllerGenerator#ensure_file (method)">#ensure_file</a></span>
242
- <small>BaseControllerGenerator</small>
243
- </div>
244
- </li>
245
-
246
-
247
- <li class="even ">
248
- <div class="item">
249
- <span class='object_link'><a href="AuthenticationGenerator.html#ensure_gems-instance_method" title="AuthenticationGenerator#ensure_gems (method)">#ensure_gems</a></span>
250
- <small>AuthenticationGenerator</small>
251
- </div>
252
- </li>
253
-
254
-
255
- <li class="odd ">
256
- <div class="item">
257
- <span class='object_link'><a href="AuthenticationGenerator.html#ensure_helpers-instance_method" title="AuthenticationGenerator#ensure_helpers (method)">#ensure_helpers</a></span>
258
- <small>AuthenticationGenerator</small>
259
- </div>
260
- </li>
261
-
262
-
263
- <li class="even ">
264
- <div class="item">
265
- <span class='object_link'><a href="AuthenticationGenerator.html#ensure_js-instance_method" title="AuthenticationGenerator#ensure_js (method)">#ensure_js</a></span>
266
- <small>AuthenticationGenerator</small>
267
- </div>
268
- </li>
269
-
270
-
271
- <li class="odd ">
272
- <div class="item">
273
- <span class='object_link'><a href="PasswordResetToken.html#expired%3F-instance_method" title="PasswordResetToken#expired? (method)">#expired?</a></span>
274
- <small>PasswordResetToken</small>
275
- </div>
276
- </li>
277
-
278
-
279
- <li class="even ">
280
- <div class="item">
281
- <span class='object_link'><a href="AuthenticationGenerator.html#extend_controllers-instance_method" title="AuthenticationGenerator#extend_controllers (method)">#extend_controllers</a></span>
282
- <small>AuthenticationGenerator</small>
283
- </div>
284
- </li>
285
-
286
-
287
- <li class="odd ">
288
- <div class="item">
289
- <span class='object_link'><a href="AuthenticationGenerator.html#extend_models-instance_method" title="AuthenticationGenerator#extend_models (method)">#extend_models</a></span>
290
- <small>AuthenticationGenerator</small>
291
- </div>
292
- </li>
293
-
294
-
295
- <li class="even ">
296
- <div class="item">
297
- <span class='object_link'><a href="LayoutHelperGenerator.html#file_path-instance_method" title="LayoutHelperGenerator#file_path (method)">#file_path</a></span>
298
- <small>LayoutHelperGenerator</small>
299
- </div>
300
- </li>
301
-
302
-
303
- <li class="odd ">
304
- <div class="item">
305
- <span class='object_link'><a href="CoffeescriptGenerator.html#file_path-instance_method" title="CoffeescriptGenerator#file_path (method)">#file_path</a></span>
306
- <small>CoffeescriptGenerator</small>
307
- </div>
308
- </li>
309
-
310
-
311
- <li class="even ">
312
- <div class="item">
313
- <span class='object_link'><a href="ControllerGenerator.html#file_path-instance_method" title="ControllerGenerator#file_path (method)">#file_path</a></span>
314
- <small>ControllerGenerator</small>
315
- </div>
316
- </li>
317
-
318
-
319
- <li class="odd ">
320
- <div class="item">
321
- <span class='object_link'><a href="SassGenerator.html#file_path-instance_method" title="SassGenerator#file_path (method)">#file_path</a></span>
322
- <small>SassGenerator</small>
323
- </div>
324
- </li>
325
-
326
-
327
- <li class="even ">
328
- <div class="item">
329
- <span class='object_link'><a href="CoffeescriptGenerator.html#function_name-instance_method" title="CoffeescriptGenerator#function_name (method)">#function_name</a></span>
330
- <small>CoffeescriptGenerator</small>
331
- </div>
332
- </li>
333
-
334
-
335
- <li class="odd ">
336
- <div class="item">
337
- <span class='object_link'><a href="AuthenticationGenerator.html#include_module_in_controller-instance_method" title="AuthenticationGenerator#include_module_in_controller (method)">#include_module_in_controller</a></span>
338
- <small>AuthenticationGenerator</small>
339
- </div>
340
- </li>
341
-
342
-
343
- <li class="even ">
344
- <div class="item">
345
- <span class='object_link'><a href="AuthenticationGenerator.html#include_module_in_model-instance_method" title="AuthenticationGenerator#include_module_in_model (method)">#include_module_in_model</a></span>
346
- <small>AuthenticationGenerator</small>
347
- </div>
348
- </li>
349
-
350
-
351
- <li class="odd ">
352
- <div class="item">
353
- <span class='object_link'><a href="ControllerGenerator.html#namespace-instance_method" title="ControllerGenerator#namespace (method)">#namespace</a></span>
354
- <small>ControllerGenerator</small>
355
- </div>
356
- </li>
357
-
358
-
359
- <li class="even ">
360
- <div class="item">
361
- <span class='object_link'><a href="CoffeescriptGenerator.html#namespace-instance_method" title="CoffeescriptGenerator#namespace (method)">#namespace</a></span>
362
- <small>CoffeescriptGenerator</small>
363
- </div>
364
- </li>
365
-
366
-
367
- <li class="odd ">
368
- <div class="item">
369
- <span class='object_link'><a href="SassGenerator.html#namespace-instance_method" title="SassGenerator#namespace (method)">#namespace</a></span>
370
- <small>SassGenerator</small>
371
- </div>
372
- </li>
373
-
374
-
375
- <li class="even ">
376
- <div class="item">
377
- <span class='object_link'><a href="BaseControllerGenerator.html#namespace_module-instance_method" title="BaseControllerGenerator#namespace_module (method)">#namespace_module</a></span>
378
- <small>BaseControllerGenerator</small>
379
- </div>
380
- </li>
381
-
382
-
383
- <li class="odd ">
384
- <div class="item">
385
- <span class='object_link'><a href="CoffeescriptGenerator.html#namespace_path-instance_method" title="CoffeescriptGenerator#namespace_path (method)">#namespace_path</a></span>
386
- <small>CoffeescriptGenerator</small>
387
- </div>
388
- </li>
389
-
390
-
391
- <li class="even ">
392
- <div class="item">
393
- <span class='object_link'><a href="SassGenerator.html#namespace_path-instance_method" title="SassGenerator#namespace_path (method)">#namespace_path</a></span>
394
- <small>SassGenerator</small>
395
- </div>
396
- </li>
397
-
398
-
399
- <li class="odd ">
400
- <div class="item">
401
- <span class='object_link'><a href="ControllerGenerator.html#namespace_path-instance_method" title="ControllerGenerator#namespace_path (method)">#namespace_path</a></span>
402
- <small>ControllerGenerator</small>
403
- </div>
404
- </li>
405
-
406
-
407
- <li class="even ">
408
- <div class="item">
409
- <span class='object_link'><a href="TfaSession.html#otp%3F-instance_method" title="TfaSession#otp? (method)">#otp?</a></span>
410
- <small>TfaSession</small>
411
- </div>
412
- </li>
413
-
414
-
415
- <li class="odd ">
416
- <div class="item">
417
- <span class='object_link'><a href="TfaSession.html#otp_correct-instance_method" title="TfaSession#otp_correct (method)">#otp_correct</a></span>
418
- <small>TfaSession</small>
419
- </div>
420
- </li>
421
-
422
-
423
- <li class="even ">
424
- <div class="item">
425
- <span class='object_link'><a href="ControllerGenerator.html#parent_class_name-instance_method" title="ControllerGenerator#parent_class_name (method)">#parent_class_name</a></span>
426
- <small>ControllerGenerator</small>
427
- </div>
428
- </li>
429
-
430
-
431
- <li class="odd ">
432
- <div class="item">
433
- <span class='object_link'><a href="SassGenerator.html#partial_file_name-instance_method" title="SassGenerator#partial_file_name (method)">#partial_file_name</a></span>
434
- <small>SassGenerator</small>
435
- </div>
436
- </li>
437
-
438
-
439
- <li class="even ">
440
- <div class="item">
441
- <span class='object_link'><a href="AuthenticationGenerator.html#plural_class_name-instance_method" title="AuthenticationGenerator#plural_class_name (method)">#plural_class_name</a></span>
442
- <small>AuthenticationGenerator</small>
443
- </div>
444
- </li>
445
-
446
-
447
- <li class="odd ">
448
- <div class="item">
449
- <span class='object_link'><a href="OtpCredentialsHelper.html#qrcode-instance_method" title="OtpCredentialsHelper#qrcode (method)">#qrcode</a></span>
450
- <small>OtpCredentialsHelper</small>
451
- </div>
452
- </li>
453
-
454
-
455
- <li class="even ">
456
- <div class="item">
457
- <span class='object_link'><a href="TfaSession.html#recovery_code%3F-instance_method" title="TfaSession#recovery_code? (method)">#recovery_code?</a></span>
458
- <small>TfaSession</small>
459
- </div>
460
- </li>
461
-
462
-
463
- <li class="odd ">
464
- <div class="item">
465
- <span class='object_link'><a href="TfaSession.html#recovery_code_correct-instance_method" title="TfaSession#recovery_code_correct (method)">#recovery_code_correct</a></span>
466
- <small>TfaSession</small>
467
- </div>
468
- </li>
469
-
470
-
471
- <li class="even ">
472
- <div class="item">
473
- <span class='object_link'><a href="PasswordResetToken.html#set_expires_at-instance_method" title="PasswordResetToken#set_expires_at (method)">#set_expires_at</a></span>
474
- <small>PasswordResetToken</small>
475
- </div>
476
- </li>
477
-
478
-
479
- <li class="odd ">
480
- <div class="item">
481
- <span class='object_link'><a href="AuthenticationHelpers.html#sign_in-instance_method" title="AuthenticationHelpers#sign_in (method)">#sign_in</a></span>
482
- <small>AuthenticationHelpers</small>
483
- </div>
484
- </li>
485
-
486
-
487
- <li class="even ">
488
- <div class="item">
489
- <span class='object_link'><a href="CoffeescriptGenerator.html#singular_name-instance_method" title="CoffeescriptGenerator#singular_name (method)">#singular_name</a></span>
490
- <small>CoffeescriptGenerator</small>
491
- </div>
492
- </li>
493
-
494
-
495
- <li class="odd ">
496
- <div class="item">
497
- <span class='object_link'><a href="ControllerGenerator.html#singular_name-instance_method" title="ControllerGenerator#singular_name (method)">#singular_name</a></span>
498
- <small>ControllerGenerator</small>
499
- </div>
500
- </li>
501
-
502
-
503
- <li class="even ">
504
- <div class="item">
505
- <span class='object_link'><a href="SassGenerator.html#singular_name-instance_method" title="SassGenerator#singular_name (method)">#singular_name</a></span>
506
- <small>SassGenerator</small>
507
- </div>
508
- </li>
509
-
510
-
511
- <li class="odd ">
512
- <div class="item">
513
- <span class='object_link'><a href="OtpCredentialsHelper.html#svg_url_for_otp_credential-instance_method" title="OtpCredentialsHelper#svg_url_for_otp_credential (method)">#svg_url_for_otp_credential</a></span>
514
- <small>OtpCredentialsHelper</small>
515
- </div>
516
- </li>
517
-
518
-
519
- <li class="even ">
520
- <div class="item">
521
- <span class='object_link'><a href="ControllerGenerator.html#template_file_path-instance_method" title="ControllerGenerator#template_file_path (method)">#template_file_path</a></span>
522
- <small>ControllerGenerator</small>
523
- </div>
524
- </li>
525
-
526
-
527
- <li class="odd ">
528
- <div class="item">
529
- <span class='object_link'><a href="Otpable.html#tfa%3F-instance_method" title="Otpable#tfa? (method)">#tfa?</a></span>
530
- <small>Otpable</small>
531
- </div>
532
- </li>
533
-
534
-
535
- <li class="even ">
536
- <div class="item">
537
- <span class='object_link'><a href="ControllerGenerator.html#update_flash_message-instance_method" title="ControllerGenerator#update_flash_message (method)">#update_flash_message</a></span>
538
- <small>ControllerGenerator</small>
539
- </div>
540
- </li>
541
-
542
-
543
- <li class="odd ">
544
- <div class="item">
545
- <span class='object_link'><a href="Authenticateable.html#validate_presence_of_password%3F-instance_method" title="Authenticateable#validate_presence_of_password? (method)">#validate_presence_of_password?</a></span>
546
- <small>Authenticateable</small>
547
- </div>
548
- </li>
549
-
550
-
551
-
552
- </ul>
553
- </div>
554
- </body>
555
- </html>
@@ -1,112 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Top Level Namespace
8
-
9
- &mdash; Orthodox
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" />
16
-
17
- <script type="text/javascript">
18
- pathId = "";
19
- relpath = '';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="_index.html">Index</a> &raquo;
40
-
41
-
42
- <span class="title">Top Level Namespace</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Top Level Namespace
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
- </div>
80
-
81
- <h2>Defined Under Namespace</h2>
82
- <p class="children">
83
-
84
-
85
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Authenticateable.html" title="Authenticateable (module)">Authenticateable</a></span>, <span class='object_link'><a href="AuthenticationHelpers.html" title="AuthenticationHelpers (module)">AuthenticationHelpers</a></span>, <span class='object_link'><a href="Orthodox.html" title="Orthodox (module)">Orthodox</a></span>, <span class='object_link'><a href="OtpCredentialsHelper.html" title="OtpCredentialsHelper (module)">OtpCredentialsHelper</a></span>, <span class='object_link'><a href="Otpable.html" title="Otpable (module)">Otpable</a></span>, <span class='object_link'><a href="PasswordResetable.html" title="PasswordResetable (module)">PasswordResetable</a></span>, <span class='object_link'><a href="TwoFactorAuthentication.html" title="TwoFactorAuthentication (module)">TwoFactorAuthentication</a></span>
86
-
87
-
88
-
89
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="AuthenticationGenerator.html" title="AuthenticationGenerator (class)">AuthenticationGenerator</a></span>, <span class='object_link'><a href="BaseControllerGenerator.html" title="BaseControllerGenerator (class)">BaseControllerGenerator</a></span>, <span class='object_link'><a href="CoffeescriptGenerator.html" title="CoffeescriptGenerator (class)">CoffeescriptGenerator</a></span>, <span class='object_link'><a href="ControllerGenerator.html" title="ControllerGenerator (class)">ControllerGenerator</a></span>, <span class='object_link'><a href="LayoutHelperGenerator.html" title="LayoutHelperGenerator (class)">LayoutHelperGenerator</a></span>, <span class='object_link'><a href="PasswordResetToken.html" title="PasswordResetToken (class)">PasswordResetToken</a></span>, <span class='object_link'><a href="SassGenerator.html" title="SassGenerator (class)">SassGenerator</a></span>, <span class='object_link'><a href="TfaSession.html" title="TfaSession (class)">TfaSession</a></span>
90
-
91
-
92
- </p>
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
- </div>
103
-
104
- <div id="footer">
105
- Generated on Thu Aug 13 16:36:42 2020 by
106
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
- 0.9.24 (ruby-2.6.6).
108
- </div>
109
-
110
- </div>
111
- </body>
112
- </html>