0.1.1 • Published 12 months ago

wiki-security-tlsfriends v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Federated Wiki - Security Plug-in: TLS Friends

This module creates its own secrets which it maintains in the status/owner.json file. No internet access is necessary to claim sites at will and ensure single owner access once claimed. We expect a farm operator is "friends" with each user and is available to help restore the long-lived session should it be lost. This is a further constrained version of the original wiki-security-friends module to make authentication only possible in secure contexts.

Write access to a claimed site can be restored by clicking on the padlock and pasting in the site's secret. This can be retrieved from the status/owner.json file by the site operator.

Configuration

Launch the wiki server with three additional arguments, security_type, cookieSecret and session_duration.

--security_type tlsfriends
--cookieSecret 'REPLACE-THIS-SECRET'
--session_duration n

The security_type friends specifies to handle authentication with this module. Setting a cookieSecret makes sure that the session cookie encryption is consistent between server restarts. Otherwise each wiki owner would be logged out following a wiki server restart and would need to use the reclaim code to acquire a new session. Setting a session_duration allows you to set a longer time for the sites sessions. n is the number of days that the session will last, the default is 7 days.

0.1.2

11 months ago

0.1.3

11 months ago

0.1.1

12 months ago

0.1.0

12 months ago