lynndylanhurley/devise_token_auth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.gitbook.yaml
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/test.yml
.github_changelog_generator
.gitignore
.rubocop.yml
.rubocop_todo.yml
Appraisals
CHANGELOG.md
Gemfile
Guardfile
LICENSE
README.md
Rakefile
SUMMARY.md
app/controllers/devise_token_auth/application_controller.rb75
A
0 mins
A
92%
app/controllers/devise_token_auth/concerns/resource_finder.rb44
A
0 mins
B
89%
app/controllers/devise_token_auth/concerns/set_user_by_token.rb121
C
1 day
A
98%
app/controllers/devise_token_auth/confirmations_controller.rb66
A
45 mins
A
100%
app/controllers/devise_token_auth/omniauth_callbacks_controller.rb175
A
3 hrs
A
94%
app/controllers/devise_token_auth/passwords_controller.rb166
C
1 day
A
92%
app/controllers/devise_token_auth/registrations_controller.rb162
B
4 hrs
A
98%
app/controllers/devise_token_auth/sessions_controller.rb112
A
3 hrs
B
85%
app/controllers/devise_token_auth/token_validations_controller.rb24
A
0 mins
A
100%
app/controllers/devise_token_auth/unlocks_controller.rb74
A
55 mins
A
95%
app/models/devise_token_auth/concerns/active_record_support.rb15
A
0 mins
A
100%
app/models/devise_token_auth/concerns/confirmable_support.rb23
A
0 mins
A
100%
app/models/devise_token_auth/concerns/mongoid_support.rb16
A
0 mins
A
100%
app/models/devise_token_auth/concerns/tokens_serialization.rb24
A
0 mins
A
100%
app/models/devise_token_auth/concerns/user.rb179
A
35 mins
A
100%
app/models/devise_token_auth/concerns/user_omniauth_callbacks.rb24
A
0 mins
A
100%
app/validators/devise_token_auth_email_validator.rb21
A
0 mins
A
100%
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise_token_auth/omniauth_external_window.html.erb
bin/rails
devise_token_auth.gemspec
docs/conceptual.md
docs/config/README.md
docs/config/cors.md
docs/config/devise.md
docs/config/email_auth.md
docs/config/initialization.md
docs/config/omniauth.md
docs/faq.md