mcordell/grape_token_auth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.ruby-version
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/rspec
bin/setup
circle.yml
grape_token_auth.gemspec
lib/grape_token_auth.rb80
A
0 mins
lib/grape_token_auth/api_helpers.rb27
A
0 mins
lib/grape_token_auth/apis/confirmation_api.rb36
A
0 mins
lib/grape_token_auth/apis/omniauth_api.rb117
A
3 hrs
lib/grape_token_auth/apis/password_api.rb108
C
1 day
lib/grape_token_auth/apis/registration/endpoint_definer.rb34
A
0 mins
lib/grape_token_auth/apis/registration/helpers.rb53
A
0 mins
lib/grape_token_auth/apis/registration_api.rb19
A
0 mins
lib/grape_token_auth/apis/session_api.rb53
A
3 hrs
lib/grape_token_auth/apis/token_validation_api.rb24
A
0 mins
lib/grape_token_auth/authentication_header.rb57
A
0 mins
lib/grape_token_auth/authorizer_data.rb61
A
35 mins
lib/grape_token_auth/configuration.rb76
A
0 mins
lib/grape_token_auth/exceptions.rb24
A
0 mins
lib/grape_token_auth/key_generator.rb24
A
0 mins
lib/grape_token_auth/lookup_token.rb33
A
0 mins
lib/grape_token_auth/mail/mail.rb15
A
0 mins
lib/grape_token_auth/mail/message_base.rb27
A
0 mins
lib/grape_token_auth/mail/messages/confirmation/confirmation.html.erb
lib/grape_token_auth/mail/messages/confirmation/confirmation.text.erb
lib/grape_token_auth/mail/messages/confirmation/confirmation_email.rb24
A
0 mins
lib/grape_token_auth/mail/messages/password_reset/password_reset.html.erb
lib/grape_token_auth/mail/messages/password_reset/password_reset.text.erb
lib/grape_token_auth/mail/messages/password_reset/password_reset_email.rb24
A
0 mins
lib/grape_token_auth/mail/smtp_mailer.rb48
A
0 mins
lib/grape_token_auth/middleware.rb36
A
0 mins
lib/grape_token_auth/mount_helpers.rb69
A
0 mins
lib/grape_token_auth/omniauth/omniauth_failure_html.rb19
A
0 mins
lib/grape_token_auth/omniauth/omniauth_html_base.rb19
A
0 mins
lib/grape_token_auth/omniauth/omniauth_resource.rb77
A
35 mins
lib/grape_token_auth/omniauth/omniauth_success_html.rb47
A
0 mins
lib/grape_token_auth/omniauth/response_template.html.erb
lib/grape_token_auth/orm_integrations/active_record_token_auth.rb230
B
4 hrs
lib/grape_token_auth/resource/resource_creator.rb40
A
0 mins
lib/grape_token_auth/resource/resource_crud_base.rb28
A
0 mins