Catalyst-Authentication-Store-CouchDB

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN


The test scripts do not connect to a CouchDB instance as standard - they 
mock the responses that CouchDB would send.  To connect to a CouchDB instance,
set the `CATALYST_COUCHDB_LIVE` environment variable before running the test suite.
The test suite assumes that a `demouser` database exists, with a design document
called `user` that contains a `user` view, and that a document listing a test
user with username `test` and password `test` exists.  To configure this,
run the `setup_database.pl` script in the `t/script` directory on the distribution.
__This script will remove any existing demouser database.__

# BUGS AND LIMITATIONS

There are bound to be bugs - please email the author if you find any.

# SEE ALSO

[Catalyst::Authentication::Store::DBIx::Class](http://search.cpan.org/perldoc?Catalyst::Authentication::Store::DBIx::Class).
[Catalyst::Plugin::Authentication](http://search.cpan.org/perldoc?Catalyst::Plugin::Authentication),
[Catalyst::Plugin::Authentication::Internals](http://search.cpan.org/perldoc?Catalyst::Plugin::Authentication::Internals),
and [Catalyst::Plugin::Authorization::Roles](http://search.cpan.org/perldoc?Catalyst::Plugin::Authorization::Roles)

lib/Catalyst/Authentication/Store/CouchDB.pm  view on Meta::CPAN


The test scripts do not connect to a CouchDB instance as standard - they 
mock the responses that CouchDB would send.  To connect to a CouchDB instance,
set the C<CATALYST_COUCHDB_LIVE> environment variable before running the test suite.
The test suite assumes that a C<demouser> database exists, with a design document
called C<user> that contains a C<user> view, and that a document listing a test
user with username C<test> and password C<test> exists.  To configure this,
run the C<setup_database.pl> script in the C<t/script> directory on the distribution.
B<This script will remove any existing demouser database.>

=head1 BUGS AND LIMITATIONS

There are bound to be bugs - please email the author if you find any.

=head1 SEE ALSO

L<Catalyst::Authentication::Store::DBIx::Class>.
L<Catalyst::Plugin::Authentication>,
L<Catalyst::Plugin::Authentication::Internals>,
and L<Catalyst::Plugin::Authorization::Roles>



( run in 0.477 second using v1.01-cache-2.11-cpan-4d50c553e7e )