• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

andela / Ah-backend-xmen
95%
develop: 98%

Build:
Build:
LAST BUILD BRANCH: bg-change-tag-auth-164424155
DEFAULT BRANCH: develop
Repo Added 07 Jan 2019 01:41PM UTC
Files 57
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH ft-JWT-authentication-162725253
branch: ft-JWT-authentication-162725253
CHANGE BRANCH
x
Reset
  • ft-JWT-authentication-162725253
  • bg-Add-authentication-to-swagger-163583000
  • bg-change-tag-auth-164424155
  • bg-fix-comments-like-164428750
  • bg-fix-login-163567419
  • bg-fix-serializer-replies
  • bg-fix-validate-username-163298000
  • bg-following-count-163591958
  • bg-implement-django-CORS-163754474
  • bg-rating-replies-164364291
  • bg-redirect-frontend-163956897
  • bg-return-follow-state-164244470
  • bg-token-expiration-164296745
  • bg-update-requirements-include-coveralls-163117616
  • ch-integrate-a-database-162725249
  • ch-integrate-travis-162725248
  • ch-tests-all-functionality-162725242
  • ch-update-readme-163112212
  • develop
  • ft-add-an-article
  • ft-article-pagination-support-162725268
  • ft-article-read-time-162725270
  • ft-bookmark-read-later-162725272
  • ft-comment-on-articles-162725261
  • ft-comments-track-edit-history-162725275
  • ft-create-an-article-162725259
  • ft-create-user-profiles-162725258
  • ft-document-api-162725252
  • ft-favorite-articles-162725264
  • ft-follow-users-#162725263
  • ft-highlight-and-comment-on-article-162725274
  • ft-like-a-comment-162725276
  • ft-like-or-dislike-articles-162725262
  • ft-list-users-162725266
  • ft-notifications-162725265
  • ft-paginator-index-163567754
  • ft-rate-article-162725260
  • ft-reading-stats-162725277
  • ft-registration-emial-verification-162725255
  • ft-report-articles-162725273
  • ft-reset-password-162725256
  • ft-search-custom-filters-162725269
  • ft-search-filter-articles-162725269
  • ft-share-articles-162725271
  • ft-signup-validation-#162725254
  • ft-social-login-162725257
  • ft-tag-articles-162725267

pending completion
188

Pull #15

travis-ci

web-flow
feat(JWT): implement JWT authentication

- Set up a generate json web tokens method in models
- Restrict the user from sending a token when registering an account
- Modify the UserJSONRenderer to a receive a decoded token as part of the response
- Add a token Key, Value pair to be returned after successful login
- Modify the RetrieveUpdate user endpoint to be accessed by authenticated users
- Import JWT Authentication in the views to avail authentication on any endpoint
- Build JWTAuthentication class to handle authentication and Json web token validation
- Modify token data to posses username instead of password
- Modify Login and RetrieveUpdate response data
- write unit tests for JWT authentication

[Finishes #162725253]
Pull Request #15: #162725253 Implement JWT authentication

57 of 57 new or added lines in 6 files covered. (100.0%)

333 of 350 relevant lines covered (95.14%)

0.95 hits per line

Relevant lines Covered
Build:
Build:
350 RELEVANT LINES 333 COVERED LINES
0.95 HITS PER LINE
Source Files on ft-JWT-authentication-162725253
  • Tree
  • List 0
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
188 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... Pull #15 16 Jan 2019 12:42PM UTC web-flow travis-ci pending completion  
187 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 16 Jan 2019 12:42PM UTC calvinpete travis-ci pending completion  
179 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 16 Jan 2019 11:48AM UTC calvinpete travis-ci pending completion  
180 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... Pull #15 16 Jan 2019 11:48AM UTC web-flow travis-ci pending completion  
175 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 16 Jan 2019 11:23AM UTC calvinpete travis-ci pending completion  
174 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 16 Jan 2019 11:21AM UTC calvinpete travis-ci pending completion  
157 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... Pull #15 15 Jan 2019 05:05PM UTC web-flow travis-ci pending completion  
156 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 15 Jan 2019 05:05PM UTC calvinpete travis-ci pending completion  
134 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... Pull #15 15 Jan 2019 12:23PM UTC web-flow travis-ci pending completion  
127 ft-JWT-authentication-162725253 feat(JWT): implement JWT authentication - Set up a generate json web tokens method in models - Restrict the user from sending a token when registering an account - Modify the UserJSONRenderer to a receive a decoded token as part of the response -... push 15 Jan 2019 11:21AM UTC calvinpete travis-ci pending completion  
See All Builds (748)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc