Changes between Version 2 and Version 3 of Bookmarks Project/Authentication
- Timestamp:
- 02/18/16 23:20:16 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project/Authentication
v2 v3 20 20 21 21 auth:: Set to a true value to enable authentication on non-GET requests. 22 htdigest:: Path to the htdigest credentials file. Relative paths are interpreted relative to the `server_root` location. Required if `auth` is set. 22 htdigest:: Path to the htdigest-style credentials file. Relative paths are interpreted relative to the `server_root` location. Required if `auth` is set. 23 realm:: ''(Optional)'' Authentication realm to use. Defaults to "Bookmarks". Must match the realm used in the `htdigest` file. 23 24 digest_key:: ''(Optional)'' Secret used during digest authentication. If not provided, one is generated at server startup using [perldoc:Bytes::Random::Secure].