dockyard/easy_auth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
README.md
Rakefile
easy_auth.gemspec
app/controllers/authenticated_controller.rb3
app/controllers/sessions_controller.rb3
app/helpers/easy_auth_helper.rb3
app/models/identity.rb3
lib/easy_auth.rb43
lib/easy_auth/active_support/concern.rb34
A
2 hrs
lib/easy_auth/controllers.rb5
lib/easy_auth/controllers/authenticated.rb6
lib/easy_auth/controllers/sessions.rb61
lib/easy_auth/engine.rb8
lib/easy_auth/helpers.rb4
lib/easy_auth/helpers/easy_auth.rb45
lib/easy_auth/mailers.rb3
lib/easy_auth/models.rb6
lib/easy_auth/models/account.rb7
lib/easy_auth/models/identities.rb3
lib/easy_auth/models/identity.rb16
lib/easy_auth/routes.rb8
lib/easy_auth/token_generator.rb6
lib/easy_auth/version.rb3
lib/generators/easy_auth/setup_generator.rb13
lib/generators/templates/easy_auth/initializer.rb2