Gokul595/api_guard

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/doubt.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-master.yml
.github/workflows/build-pull-request.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
_config.yml
api_guard.gemspec
app/controllers/api_guard/application_controller.rb8
A
0 mins
A
100%
app/controllers/api_guard/authentication_controller.rb24
A
0 mins
A
100%
app/controllers/api_guard/passwords_controller.rb21
A
0 mins
A
100%
app/controllers/api_guard/registration_controller.rb23
A
0 mins
A
100%
app/controllers/api_guard/tokens_controller.rb23
A
0 mins
A
100%
bin/rails
lib/api_guard.rb30
A
0 mins
A
100%
lib/api_guard/app_secret_key.rb16
A
0 mins
A
100%
lib/api_guard/engine.rb12
A
0 mins
A
100%
lib/api_guard/jwt_auth/authentication.rb70
A
1 hr
A
97%
lib/api_guard/jwt_auth/blacklist_token.rb24
A
0 mins
A
100%
lib/api_guard/jwt_auth/json_web_token.rb46
A
0 mins
A
100%
lib/api_guard/jwt_auth/refresh_jwt_token.rb36
A
0 mins
A
100%
lib/api_guard/models/concerns.rb21
A
0 mins
A
100%
lib/api_guard/modules.rb22
A
0 mins
A
100%
lib/api_guard/resource_mapper.rb33
A
0 mins
A
100%
lib/api_guard/response_formatters/renderer.rb17
A
0 mins
A
100%
lib/api_guard/route_mapper.rb60
A
0 mins
A
100%
lib/api_guard/version.rb3
A
0 mins
F
0%
lib/generators/api_guard/controllers/USAGE
lib/generators/api_guard/controllers/controllers_generator.rb18
A
0 mins
F
0%
lib/generators/api_guard/controllers/templates/authentication_controller.rb4
A
0 mins
F
0%
lib/generators/api_guard/controllers/templates/passwords_controller.rb4
A
0 mins
F
0%
lib/generators/api_guard/controllers/templates/registration_controller.rb4
A
0 mins
F
0%
lib/generators/api_guard/controllers/templates/tokens_controller.rb4
A
0 mins
F
0%
lib/generators/api_guard/initializer/USAGE
lib/generators/api_guard/initializer/initializer_generator.rb9
A
0 mins
F
0%
lib/generators/api_guard/initializer/templates/initializer.rb2
A
0 mins
F
0%