The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.20 - 2015-06-25

  • auth codes, access tokens, and refresh tokens returned can now be JWTs (implemented via Mojo::JWT). this allows validation without database lookup *should you want to do that*
  • this allows the "simple" usage of the plugin to be persistent and multi process compat by supplying a jwt_secret - although you lose the automatic token revoking capabilities of the module when doing this. see the examples, tests, and perldoc for more information

Modules

Easier implementation of an OAuth2 Authorization Server / Resource Server with Mojolicious