The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-OAuth2-AuthorizationServer

0.09     2016-08-31
        - Fix clients with a client_secret must use Authorization Code
          flow and not Implicit Grant flow
        - Fix pass redirect_uri and response_type to verify_client cb
          so correct validation can be done for above fix

0.08     2016-08-31
        - Add Net::OAuth2::AuthorizationServer::ImplicitGrant

0.07     2016-05-12
        - Transfer repo from G3S to Humanstate

0.06     2016-04-17
        - Add Net::OAuth2::AuthorizationServer::PasswordGrant
        - Add Net::OAuth2::AuthorizationServer::Manual

0.03     2016-04-11
        - First release, broken out of Mojolicious::Plugin::OAuth2::Server
          for better abstraction and decoupling from the Mojolicious framework.
          Should also allow tidying up of method args and easier additions of
          other OAtuth2 grant types