.github/FUNDING.yml | 100644 | 0 | 0 | | | 163 Bytes | a60b7289223c14e991a280228615953eead1c920103aecb2e46848b99a63edee |
.gitignore | 100644 | 0 | 0 | | | 73 Bytes | 1c65a475b30b228a381e09190c85fa0a71b06c8f60e51f1509cfd384d199af1e |
.rubocop.yml | 100644 | 0 | 0 | | | 291 Bytes | 27158f90cb410eb5e08433a76ac24e5fedb658b1990ce98dabbda24d3ca378f0 |
CHANGELOG.md | 100644 | 0 | 0 | | | 869 Bytes | 8b854c085f98702a357a83a0fbf654ef0af75979031f5b1b06b32ed1f000a643 |
CODE_OF_CONDUCT.md | 100644 | 0 | 0 | | | 3.16 KB | 9e0f16f586b4b2ba51e5f4992384050f4858aebb47b0af3348055684e4d699fc |
Gemfile | 100644 | 0 | 0 | | | 127 Bytes | 751f2017c19ddf972c66d23144d8a5ec13fc5d436b36cda0a94e54b5f6d4758e |
Gemfile.lock | 100644 | 0 | 0 | | | 218 Bytes | 9d6450fca7669f9a754e873529cff3d396de098ecc680915ffd161cf311ae4f7 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | bec7d1c315b3e3c32634003f541dbc712abd02b8fa789c1c68f89cf7d57126d2 |
README.md | 100644 | 0 | 0 | | | 5.32 KB | 3e940d2b982d87c708e0aa1317824e7d3a11cd0167401424d75b1d20696d31a1 |
Rakefile | 100644 | 0 | 0 | | | 51 Bytes | e5a2ca54c2cc0751d3cf3377c612f9db87601ab161bab68b33e527e79c292bec |
authentication-zero-api.md | 100644 | 0 | 0 | | | 4.99 KB | 2802576389fd1eff436fdd3e5ba52b3874c483a20b9b47ea7a310cf023a61015 |
authentication-zero.gemspec | 100644 | 0 | 0 | | | 1.01 KB | df6f2051f9a576b9c4fd6fa5d2ef213111a0f6f0dc4be0e16059be02eb128202 |
lib/authentication-zero.rb | 100644 | 0 | 0 | | | 30 Bytes | 453a612244c998b037ca117d460efd6925c2a3435600f3a02fceca9a4d7af54a |
lib/authentication_zero.rb | 100644 | 0 | 0 | | | 69 Bytes | bdf99caf6772b6a000ce6672a3af103d2f732b480f2f19fb0180dd84fcd83424 |
lib/authentication_zero/version.rb | 100644 | 0 | 0 | | | 51 Bytes | 35fbc1d81cdee16e7654a8187fcb1a9bf5cd93bb84bd34f7fce45e038edc3cdf |
lib/generators/authentication/USAGE | 100644 | 0 | 0 | | | 427 Bytes | e208119a82c6b7f0fd96e3219bf6cceb68a59dbab8d3ad0f747d3b888ddb1775 |
lib/generators/authentication/authentication_generator.rb | 100644 | 0 | 0 | | | 7.51 KB | 0ac8bed394a0e87c8133ecff818967fe9ea51bd129235fcdb1d7fd959fd7d8ba |
lib/generators/authentication/templates/config/initializers/omniauth.rb | 100644 | 0 | 0 | | | 159 Bytes | 4a16c770a7165d76a72e5f0a99b7fed010f22c7ed9f1605211eb95b6d1404414 |
lib/generators/authentication/templates/config/redis/shared.yml | 100644 | 0 | 0 | | | 460 Bytes | 60a1ee0326ea5d93c0c7d61c2c2c169c3decd40d6eb272e442beb9f9f9c3b23f |
lib/generators/authentication/templates/controllers/api/application_controller.rb.tt | 100644 | 0 | 0 | | | 755 Bytes | 075ffc6b616014f0ce1d5151b23f60a3238e7daeabc9e48ece07b1a911a3a88e |
lib/generators/authentication/templates/controllers/api/authentications/events_controller.rb.tt | 100644 | 0 | 0 | | | 170 Bytes | 1e3ac3d4560b361645a6690d1fca82a2764209b5dac9fab33ae68e80d6210bf4 |
lib/generators/authentication/templates/controllers/api/identity/email_verifications_controller.rb.tt | 100644 | 0 | 0 | | | 704 Bytes | c72a5164bfcadbf65a3a362626b829578555fbe926c4506ca441ae37cb084caf |
lib/generators/authentication/templates/controllers/api/identity/emails_controller.rb.tt | 100644 | 0 | 0 | | | 744 Bytes | 01c44c1514a7bbe6c94e97f72678e422113e406fb770cdc720cdfd7749f11392 |
lib/generators/authentication/templates/controllers/api/identity/password_resets_controller.rb.tt | 100644 | 0 | 0 | | | 1.52 KB | e8eb5191cc15b7d4eb954e67c636e7c64f5b744ea192fb25953fb22084a27c33 |
lib/generators/authentication/templates/controllers/api/passwords_controller.rb.tt | 100644 | 0 | 0 | | | 772 Bytes | a33859b6ce12aec237efb2c8b6aa27c21341582c12024b72bc0b22f7b722bd46 |
lib/generators/authentication/templates/controllers/api/registrations_controller.rb.tt | 100644 | 0 | 0 | | | 546 Bytes | 87bd5b5ff87cdbaac145a9eb231fdda0cc2396e96a9047470dd0b0029a53a1e6 |
lib/generators/authentication/templates/controllers/api/sessions/sudos_controller.rb.tt | 100644 | 0 | 0 | | | 317 Bytes | 77acd55b3bb63aeddb36c6c23a21e2d98abed96ede9c4f147ce53c8aaac57839 |
lib/generators/authentication/templates/controllers/api/sessions_controller.rb.tt | 100644 | 0 | 0 | | | 948 Bytes | 966fb73b1d61a304e5507f1994d2bc0eaba2f1b927a6e848e9044b27bc9ac7e2 |
lib/generators/authentication/templates/controllers/html/application_controller.rb.tt | 100644 | 0 | 0 | | | 639 Bytes | 89ccfd2ac4cddcf7545b8501136966608c6c0ed99297884b01bc14b01149a679 |
lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt | 100644 | 0 | 0 | | | 167 Bytes | 9774a9c49359a6b6015172dc10a3c6d63cf18814fbdb1fb8dc4a43502f4d25aa |
lib/generators/authentication/templates/controllers/html/identity/email_verifications_controller.rb.tt | 100644 | 0 | 0 | | | 871 Bytes | a1c61463fd084f259a1e2b6070c410a09c368c93336533185080cbe000c23bd9 |
lib/generators/authentication/templates/controllers/html/identity/emails_controller.rb.tt | 100644 | 0 | 0 | | | 746 Bytes | 58fa602cbbd3a7c06f4b6ea2a591847c81e8469ee29029527ff1608ffe523295 |
lib/generators/authentication/templates/controllers/html/identity/password_resets_controller.rb.tt | 100644 | 0 | 0 | | | 1.67 KB | 729fb761f8c755cd6014a02b2e04ed3deb6ce61368a06067d4c4f38154972557 |
lib/generators/authentication/templates/controllers/html/passwords_controller.rb.tt | 100644 | 0 | 0 | | | 771 Bytes | 4da171d11fb258f5ff65d03bf035ace8ac55b9731d185d4ea7e0794e7f6b1e06 |
lib/generators/authentication/templates/controllers/html/registrations_controller.rb.tt | 100644 | 0 | 0 | | | 747 Bytes | 7632a85edb9fdc87004b20bec40e9b6ebc5ef47f959b253174b61d52ff9d3b9c |
lib/generators/authentication/templates/controllers/html/sessions/omniauth_controller.rb.tt | 100644 | 0 | 0 | | | 1010 Bytes | 737ddaa73a72a6cc9076bfddd43b740cfa2db4becdffbf05149c1d491425c219 |
lib/generators/authentication/templates/controllers/html/sessions/sudos_controller.rb.tt | 100644 | 0 | 0 | | | 593 Bytes | 9aaaf9cae9fb8871b5aac14c45b17b94405d71ca5037472452b1faef58075527 |
lib/generators/authentication/templates/controllers/html/sessions_controller.rb.tt | 100644 | 0 | 0 | | | 1.61 KB | 5a63eae4cd98c7cf85e8f54e8063d62cf768a9f356ecf5ec10c00924e2edf095 |
lib/generators/authentication/templates/controllers/html/two_factor_authentication/challenges_controller.rb.tt | 100644 | 0 | 0 | | | 1006 Bytes | 1d91bcfa3e25a2cd87abd74db34236306d82a8651bc948de1cc362366c984a4c |
lib/generators/authentication/templates/controllers/html/two_factor_authentication/totps_controller.rb.tt | 100644 | 0 | 0 | | | 1000 Bytes | 39d4d9be60f399c2a287aac30befb19f137dcb4d919318f2f3d6e52c61edf9f9 |
lib/generators/authentication/templates/erb/authentications/events/index.html.erb | 100644 | 0 | 0 | | | 550 Bytes | 06f57fea798bc505f7d6ab1621b7c25b68d5243b042e35ab50c3ae854ffde217 |
lib/generators/authentication/templates/erb/identity/emails/edit.html.erb.tt | 100644 | 0 | 0 | | | 1.3 KB | bfa87df6bacfec1309e6b6b569214262c84868d11647d8dbf0a8cb07c81ec577 |
lib/generators/authentication/templates/erb/identity/password_resets/edit.html.erb.tt | 100644 | 0 | 0 | | | 1.06 KB | eaf26f8c12d5a5c1158b9a34d0645aac9fe18a3e75c926f4143ef8931d2a59ef |
lib/generators/authentication/templates/erb/identity/password_resets/new.html.erb.tt | 100644 | 0 | 0 | | | 358 Bytes | 0c19675f29fdced9fbb9d519e110d6d3de0e95e73332c4f2b00527d24fec681f |
lib/generators/authentication/templates/erb/identity_mailer/email_verify_confirmation.html.erb.tt | 100644 | 0 | 0 | | | 572 Bytes | 303fb471673bad43077afd17f3bac62bc1d80644d295bb822592f136fe5243a9 |
lib/generators/authentication/templates/erb/identity_mailer/email_verify_confirmation.text.erb.tt | 100644 | 0 | 0 | | | 511 Bytes | f0ec1b6b0fe69f840e8798428edd5f0b050da85fc69f04adddd9066cfb390d16 |
lib/generators/authentication/templates/erb/identity_mailer/password_reset_provision.html.erb.tt | 100644 | 0 | 0 | | | 577 Bytes | cff454fa768b149065ef3f9bfca915c14c048dd78deda87d0a4919723612f7be |
lib/generators/authentication/templates/erb/identity_mailer/password_reset_provision.text.erb.tt | 100644 | 0 | 0 | | | 509 Bytes | 11e52c37564d02e7fd26bf2d25506081071fa232c9583919abc60f112815d509 |
lib/generators/authentication/templates/erb/passwords/edit.html.erb.tt | 100644 | 0 | 0 | | | 1.27 KB | 2843cdc7fb27a4b2b43559e268735045fbfb163a9101cef86cd4b4e088df4087 |
lib/generators/authentication/templates/erb/registrations/new.html.erb.tt | 100644 | 0 | 0 | | | 1.05 KB | ed1517344d6b700c31c5b9fa04f239f85d6c24ada621b9319f9b607458787f83 |
lib/generators/authentication/templates/erb/session_mailer/signed_in_notification.html.erb.tt | 100644 | 0 | 0 | | | 870 Bytes | 1176176f4f3a9ed204d85a4839858e57f738103373600cd799a001e1685042f5 |
lib/generators/authentication/templates/erb/session_mailer/signed_in_notification.text.erb.tt | 100644 | 0 | 0 | | | 698 Bytes | 961af4abdf95669622521079a11708bba5efd49e46ac54a6058c62de0c0a44b1 |
lib/generators/authentication/templates/erb/sessions/index.html.erb.tt | 100644 | 0 | 0 | | | 614 Bytes | fef84bfddc33c57c96820dd9b39e465f73c55b3d8055d67932110e5b6ec61194 |
lib/generators/authentication/templates/erb/sessions/new.html.erb.tt | 100644 | 0 | 0 | | | 845 Bytes | c8a104a4db87b460199ed8efa03c85b9f9404cfad64bb4991a61188647ba8106 |
lib/generators/authentication/templates/erb/sessions/sudos/new.html.erb.tt | 100644 | 0 | 0 | | | 754 Bytes | cb96baf7486af8ea5b68b27c6301bcc937952e0d5d9ca776849b4512860b6463 |
lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt | 100644 | 0 | 0 | | | 489 Bytes | 3dfaf2d390a7e47d3d3b2399b890cd1e0fc2e0295a94289853982f09be4e0888 |
lib/generators/authentication/templates/erb/two_factor_authentication/totps/new.html.erb.tt | 100644 | 0 | 0 | | | 1.45 KB | e032fc74252983e269e98e51e8401fd4378edb0dc0e980d6f4adcd2589448dd3 |
lib/generators/authentication/templates/mailers/identity_mailer.rb.tt | 100644 | 0 | 0 | | | 643 Bytes | 991f6c7be883598e8876e31033e67439ef3c5b903769a05b228f5746f9307502 |
lib/generators/authentication/templates/mailers/session_mailer.rb.tt | 100644 | 0 | 0 | | | 206 Bytes | d8107cdf8378067e91c303837f49b0eb990dd162d8a91047bd9ab60e01f67ca8 |
lib/generators/authentication/templates/migrations/create_events_migration.rb.tt | 100644 | 0 | 0 | | | 360 Bytes | 04a4018a232cb409b05183be54d6e2297e9b1930fcb5ac87d15337513a4cbb69 |
lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt | 100644 | 0 | 0 | | | 326 Bytes | 2c68c98783a3f64ae2c4b82d5eee94213e5aaf1f9e4b183dc5d3efc00e57f5e1 |
lib/generators/authentication/templates/migrations/create_table_migration.rb.tt | 100644 | 0 | 0 | | | 681 Bytes | c348b67c8bf7be87350d9f37044e77a4205f0f64bfe08071cd352f068f073a6a |
lib/generators/authentication/templates/models/current.rb.tt | 100644 | 0 | 0 | | | 251 Bytes | 1773f026c2084e8bfa2fa912c39e9b64a2742c04e1be0ade384f5a06918faa1a |
lib/generators/authentication/templates/models/event.rb.tt | 100644 | 0 | 0 | | | 185 Bytes | d69ba9fd56057f5c00787dd0681fd9f5bdbe18ed8e72da0c14c231721e1b1709 |
lib/generators/authentication/templates/models/locking.rb.tt | 100644 | 0 | 0 | | | 201 Bytes | 8561a04efbc3a53589b80ffc085df377d9d2b9be0329b18669ec01edf9b8beb7 |
lib/generators/authentication/templates/models/model.rb.tt | 100644 | 0 | 0 | | | 1.38 KB | 93e0b8020df868d0d1979324cc3ed5541e080f35f76aa1670368033acdf02d6b |
lib/generators/authentication/templates/models/session.rb.tt | 100644 | 0 | 0 | | | 704 Bytes | 9a4184e4936467031f462ff7afd12799c3f0b85923582597d8dbbd17f5e72e46 |
lib/generators/authentication/templates/test_unit/application_system_test_case.rb.tt | 100644 | 0 | 0 | | | 422 Bytes | 9f38bf43c18ace7d74bd0d8dfa48fe890c33e00d25cf7cbc3a839ad638d47ccf |
lib/generators/authentication/templates/test_unit/controllers/api/identity/email_verifications_controller_test.rb.tt | 100644 | 0 | 0 | | | 1.79 KB | e86b5ec8ae7f35df583a2bccf270173505be2f0d16c7729d9bcb47be3fe9a75b |
lib/generators/authentication/templates/test_unit/controllers/api/identity/emails_controller_test.rb.tt | 100644 | 0 | 0 | | | 798 Bytes | e773c131b05320d32ae787fe090bc4ad813854017e7ef5e7557a84eaf649695e |
lib/generators/authentication/templates/test_unit/controllers/api/identity/password_resets_controller_test.rb.tt | 100644 | 0 | 0 | | | 1.95 KB | 6550a4c6ee4d5eea3804390fb70315580defef3f0822a8d73178bbf74d355fa0 |
lib/generators/authentication/templates/test_unit/controllers/api/passwords_controller_test.rb.tt | 100644 | 0 | 0 | | | 867 Bytes | 38f5bf8b392311fe4dc2379ff45070a7c10c1d33859457c2189a37acdd0711ad |
lib/generators/authentication/templates/test_unit/controllers/api/registrations_controller_test.rb.tt | 100644 | 0 | 0 | | | 348 Bytes | 5927a0f3dfc0a38ad496d925d4b3394473f6a681f74161cab2cc7e703cab8871 |
lib/generators/authentication/templates/test_unit/controllers/api/sessions_controller_test.rb.tt | 100644 | 0 | 0 | | | 1.16 KB | 057bc947d6fb18d539651a9adb96b85841634f2f3d0fd99dded512369484ff96 |
lib/generators/authentication/templates/test_unit/controllers/html/identity/email_verifications_controller_test.rb.tt | 100644 | 0 | 0 | | | 1.58 KB | e6dd7fcb61fb02f70e2fe8c4f2e9c960c6f4d5b03ff175b4e11e08758fa3ea0c |
lib/generators/authentication/templates/test_unit/controllers/html/identity/emails_controller_test.rb.tt | 100644 | 0 | 0 | | | 764 Bytes | 9f7a2808ee87cd3ba298d9a8388b683171c83b967476dd6fca548def6f03534b |
lib/generators/authentication/templates/test_unit/controllers/html/identity/password_resets_controller_test.rb.tt | 100644 | 0 | 0 | | | 2.2 KB | 5265d70abf86ecb4e284772516c54709d4f1609e175f74e434f3da09520ad484 |
lib/generators/authentication/templates/test_unit/controllers/html/passwords_controller_test.rb.tt | 100644 | 0 | 0 | | | 821 Bytes | fcbb8edaf405195b89e297e8f44d5720a8132b2e07838ab726d92f219bb45efa |
lib/generators/authentication/templates/test_unit/controllers/html/registrations_controller_test.rb.tt | 100644 | 0 | 0 | | | 436 Bytes | 11f13eb4f7dc5c96bbab7493b4835aedf85aa396a997f1cec84b69d6bf999409 |
lib/generators/authentication/templates/test_unit/controllers/html/sessions_controller_test.rb.tt | 100644 | 0 | 0 | | | 1.32 KB | 829c7254950ba4d9e1ff953a270e79f8ab8e3db1b138e061b388cccdcc0b1a01 |
lib/generators/authentication/templates/test_unit/fixtures.yml.tt | 100644 | 0 | 0 | | | 222 Bytes | fd81f15d49769a597e0550f954f5e2eca05691c76c1a491e882aaaf6f26095a4 |
lib/generators/authentication/templates/test_unit/system/identity/emails_test.rb.tt | 100644 | 0 | 0 | | | 702 Bytes | e3b34419d689752e857138378ee90ea13e61586352a84455e50dc09527fdc3ff |
lib/generators/authentication/templates/test_unit/system/identity/password_resets_test.rb.tt | 100644 | 0 | 0 | | | 861 Bytes | c436f8446761158f2462f554fba30fad07d6b1bc08cd14f1e7c16464e33c6def |
lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt | 100644 | 0 | 0 | | | 498 Bytes | 9ef5436625c43c3858e08d22335251f8799390c03c62deac7bc6532a968b0c0e |
lib/generators/authentication/templates/test_unit/system/registrations_test.rb.tt | 100644 | 0 | 0 | | | 383 Bytes | 8dc002646749f5cfccbbaba908b967e073cae6097a337a39eb3217f18f76faef |
lib/generators/authentication/templates/test_unit/system/sessions_test.rb.tt | 100644 | 0 | 0 | | | 706 Bytes | 7f8a7416b364328268d462e1ff71eda70e64621d858b8181c0c550bbf9b527c4 |
lib/generators/authentication/templates/test_unit/test_helper.rb.tt | 100644 | 0 | 0 | | | 840 Bytes | e41dea2535f965c85e3ffb08b6672f0a2eae65adaebfbb3b9121f291a4dcce69 |