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

leejo / mojolicious-plugin-oauth2-server / 52 / 4
92%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v0.22
DEFAULT BRANCH: master
Ran 24 Jun 2015 03:14PM UTC
Files 1
Run time 0s
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

24 Jun 2015 03:08PM UTC coverage: 95.758%. First build
52.4

push

travis-ci

leejo
resolve #2 - sign tokens

use Mojo::JWT to generate the auth codes and tokens returned by the
plugin. this means they are signed with the jwt_secret, a new and
required config setting for the plugin, so can be decoded for the
users to inspect the scopes and client

in theory this means we can validate auth codes and tokens without
a database lookup[1], however it isn't that straightforward as the
JWT is currently lacking the information about the user and using
JWTs without a db lookup makes revoking of tokens slightly more
difficult[2]

[1] which would make using the plugin in its most basic form both
persistent and multi process compatible

[2] https://auth0.com/blog/2015/03/10/blacklist-json-web-token-api-keys/

158 of 165 relevant lines covered (95.76%)

9.93 hits per line

Source Files on job 52.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 52
  • Travis Job 52.4
  • ba300dd3 on github
  • Next Job for on gh/2_encrypt_tokens (#53.1)
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

© 2026 Coveralls, Inc