.gitignore | 100644 | 0 | 0 | | | 73 Bytes | 1c65a475b30b228a381e09190c85fa0a71b06c8f60e51f1509cfd384d199af1e |
CHANGELOG.md | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
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 | aa3f0ca92b1cd56724d864500fec313eb03fdd7a7a9be6de7deeaf4db9ffcbac |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | bec7d1c315b3e3c32634003f541dbc712abd02b8fa789c1c68f89cf7d57126d2 |
README.md | 100644 | 0 | 0 | | | 4.4 KB | c239d0a3022a1292761b1613c59c18f4610b7b11c4efaef9a5778cb4605df4f5 |
Rakefile | 100644 | 0 | 0 | | | 51 Bytes | e5a2ca54c2cc0751d3cf3377c612f9db87601ab161bab68b33e527e79c292bec |
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 | 80c231050e1397713068606b53e933daebf870f6c1c477a8f13fc357b682951d |
lib/generators/authentication/USAGE | 100644 | 0 | 0 | | | 410 Bytes | 69f4c31420bbb38ba5a22dc7f5ea9598f414e654b58161274a76da855cb4fcb7 |
lib/generators/authentication/authentication_generator.rb | 100644 | 0 | 0 | | | 2.85 KB | 5ca3c398144a24b2eb26ff4151ad9bb78555b5d25cd01e3fef0b2599b270c96c |
lib/generators/authentication/templates/controllers/api/cancellations_controller.rb.tt | 100644 | 0 | 0 | | | 124 Bytes | 2cc1467b412f95e18ee2235394ad4c7a61b9d6ca10c8cc556f4ec9f653591b81 |
lib/generators/authentication/templates/controllers/api/emails_controller.rb.tt | 100644 | 0 | 0 | | | 742 Bytes | 183350d29ac50a99626e5bfda704988c6a1d3d14d639195e01ca2daaf93ab112 |
lib/generators/authentication/templates/controllers/api/password_resets_controller.rb.tt | 100644 | 0 | 0 | | | 1.25 KB | 0108735d297edc4dc197d150f8c5fa3d6d7c5594dd5deac4cbe99955f562b77b |
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_controller.rb.tt | 100644 | 0 | 0 | | | 552 Bytes | 57a6c1ba524c186241406ceee63e52bb7810c026a67118fa275156220a293633 |
lib/generators/authentication/templates/controllers/html/cancellations_controller.rb.tt | 100644 | 0 | 0 | | | 231 Bytes | 97fe1737e949920c139d902f1232d1a3e79ccfd2d5933703351f46261b9dbf09 |
lib/generators/authentication/templates/controllers/html/emails_controller.rb.tt | 100644 | 0 | 0 | | | 786 Bytes | 7f831e822a80333b2a9280cd8c312e7f9c95367bea5232567de7f6f051850b77 |
lib/generators/authentication/templates/controllers/html/password_resets_controller.rb.tt | 100644 | 0 | 0 | | | 1.4 KB | 30af277564800464daede78738ae17018703ec05302f30dfecd556404789bfbf |
lib/generators/authentication/templates/controllers/html/passwords_controller.rb.tt | 100644 | 0 | 0 | | | 822 Bytes | 92fa1d0af90ec863721810ac97061fff828fbd38ba156cd0e070763e2d882448 |
lib/generators/authentication/templates/controllers/html/registrations_controller.rb.tt | 100644 | 0 | 0 | | | 743 Bytes | c164ac28c757ff8efe9aad20954cf89906185fbcb85d598351161fd5956bf69c |
lib/generators/authentication/templates/controllers/html/sessions_controller.rb.tt | 100644 | 0 | 0 | | | 967 Bytes | cc1f25896823673d846985a1f48dbf535ed441b33c112b49e7375d70b14440aa |
lib/generators/authentication/templates/mailers/email_mailer.rb.tt | 100644 | 0 | 0 | | | 145 Bytes | 42e3a16a2637995a692cd66189e2cb72d3020a65ab171a3ec1de4c55382c0fe9 |
lib/generators/authentication/templates/mailers/password_mailer.rb.tt | 100644 | 0 | 0 | | | 308 Bytes | 3dd46aafe09f0da3cdb551f26b44b8e7d7ed34532193115d4e16a44c4f50eeb7 |
lib/generators/authentication/templates/migration.rb.tt | 100644 | 0 | 0 | | | 444 Bytes | 2d7fa8a3891d2c08a88ccff5d5e844e8dcadacae87f6d461e04cd602f721a28b |
lib/generators/authentication/templates/models/current.rb.tt | 100644 | 0 | 0 | | | 93 Bytes | 12404f501a8be762dd001b188a0dea533d2a60e94c67087cc9165d032cd04a65 |
lib/generators/authentication/templates/models/resource.rb.tt | 100644 | 0 | 0 | | | 1002 Bytes | 4ea6dc2decc48e4cf58ff8c8f2db81ed4045dad0df15270de7ba832cc38e9ba0 |
lib/generators/authentication/templates/views/cancellations/new.html.erb.tt | 100644 | 0 | 0 | | | 311 Bytes | 04c896c06ab3b652fa84bbd07ec98237b07e9b2949f14ce12cac56ffc99c0936 |
lib/generators/authentication/templates/views/email_mailer/changed.html.erb.tt | 100644 | 0 | 0 | | | 419 Bytes | ed081934b382d5dfa0b9df0376237bbd29eb6bf43f291a19a9649936884f497f |
lib/generators/authentication/templates/views/email_mailer/changed.text.erb.tt | 100644 | 0 | 0 | | | 344 Bytes | 9dbb792b9bd7f452c2fcfd80d03270a9a3767d1e8f06acc776b1228cc0829597 |
lib/generators/authentication/templates/views/emails/edit.html.erb.tt | 100644 | 0 | 0 | | | 995 Bytes | ff70de7a4040ea776c39645711f08ed19441de84da9e46836427dbdaf8194a4a |
lib/generators/authentication/templates/views/password_mailer/changed.html.erb.tt | 100644 | 0 | 0 | | | 283 Bytes | 0b857b11451c4187d6ec754bb04856a20464753be6a2d9b4166a43e6e5876df1 |
lib/generators/authentication/templates/views/password_mailer/changed.text.erb.tt | 100644 | 0 | 0 | | | 256 Bytes | 080b4e2dd1667bad4b4341160605a13255108e1ab55781c90a165946ebf3b427 |
lib/generators/authentication/templates/views/password_mailer/reset.html.erb.tt | 100644 | 0 | 0 | | | 577 Bytes | f2e4eec1d8a0c8144d4d795fb8ec10574aa68dca97c0bf75984a4e356ae1f4f1 |
lib/generators/authentication/templates/views/password_mailer/reset.text.erb.tt | 100644 | 0 | 0 | | | 509 Bytes | 9ceb80aa70b997e8a89a869c9a82a43fbff79d3f65a78fd58a7141d2514adb3f |
lib/generators/authentication/templates/views/password_resets/edit.html.erb.tt | 100644 | 0 | 0 | | | 1.04 KB | ad7c9b2442b25f29056a388c4f132fbba8cdb3907e6b5e40207a960c8f98e2c8 |
lib/generators/authentication/templates/views/password_resets/new.html.erb.tt | 100644 | 0 | 0 | | | 378 Bytes | d025fc53c752757035557c04e6a3fa9160079a5dd3adf84967f681b1b4b19289 |
lib/generators/authentication/templates/views/passwords/edit.html.erb.tt | 100644 | 0 | 0 | | | 1.25 KB | 8d608d9f2f6d21c980c4268db19ac81295459192597b8d43677db1492dac5e30 |
lib/generators/authentication/templates/views/registrations/new.html.erb.tt | 100644 | 0 | 0 | | | 1.05 KB | bad8b25118848f6d732cb20b05cf8ded25d288c7f1004cbaaaae6103b860a8e8 |
lib/generators/authentication/templates/views/sessions/new.html.erb.tt | 100644 | 0 | 0 | | | 798 Bytes | 1e099428305fca51bb117d89a84e7982930d7e3c6f9cf34b0a02fa5e87ad75e1 |