Changes between Version 2 and Version 3 of Bookmarks Project/Authentication


Ignore:
Timestamp:
02/18/16 23:20:16 (8 years ago)
Author:
peter
Comment:

added realm to config reference

Legend:

Unmodified
Added
Removed
Modified
  • Bookmarks Project/Authentication

    v2 v3  
    2020 
    2121    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. 
    2324    digest_key:: ''(Optional)'' Secret used during digest authentication. If not provided, one is generated at server startup using [perldoc:Bytes::Random::Secure].