Changeset 55 in bookmarks for trunk/app.psgi
- Timestamp:
- 08/15/13 21:00:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/app.psgi
r53 r55 20 20 enable_if { $_[0]->{REQUEST_METHOD} ne 'GET' } 'Auth::Digest', ( 21 21 realm => 'Bookmarks', 22 secret => 'blahblahblah', #TODO: change this!22 secret => $config->{digest_key}, 23 23 password_hashed => 1, 24 24 authenticator => sub { $config->{digest_password} }
Note: See TracChangeset
for help on using the changeset viewer.