Skip to content

Instantly share code, notes, and snippets.

@nothingmuch
Created May 6, 2009 17:38
Show Gist options
  • Select an option

  • Save nothingmuch/107630 to your computer and use it in GitHub Desktop.

Select an option

Save nothingmuch/107630 to your computer and use it in GitHub Desktop.
__PACKAGE__->config(
'Plugin::Authentication' => {
realms => {
default => {
credential => {
class => 'Password',
password_type => 'self_check'
},
store => {
class => 'Model::KiokuDB',
model_name => "kiokudb",
}
}
}
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment