Skip Menu |

This queue is for tickets about the CatalystX-OAuth2 CPAN distribution.

Report information
The Basics
Id: 123033
Status: new
Priority: 0/
Queue: CatalystX-OAuth2

People
Owner: Nobody in particular
Requestors: rjk [...] tamias.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Catalyst::Authentication::Credential::OAuth2 should not have a dependency on DBIx::Class
I want to use Catalyst::Authentication::Credential::OAuth2 in a Catalyst app that uses MongoDB for storage, to authenticate against an existing OAuth2 server. I have no need for DBIx::Class in this situation, but unfortunately the package has it as a dependency. Perhaps Catalyst::Authentication::Credential::OAuth2 could be split off into its own package?