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

Changes for version 0.41 - 2018-04-16

  • Handle inconsistencies between various grant types and the return data from ->verify_token_and_scope sometimes returning a hash ref and sometimes returning a string - now they always return a hash ref in the case of a successful authentication (GH #20)
  • Note that this may be a BREAKING CHANGE if you are using password grant in your app
  • Requires v0.17 of Net::OAuth2::AuthorizationServer for these changes

Modules

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