fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

Modularizing Security #109

Closed paul90 closed 8 years ago

paul90 commented 8 years ago

Part of fedwiki/wiki#64

This pull request contains the server changes needed as part of modularizing security.

A very basic security scheme is provided as part of this request, see lib/security.coffee which does not provide authentication, but makes claimed sites read-only while leaving unclaimed sites editable by all.

nrn commented 8 years ago

I don't see the proposed changes in the commits here, am I missing it?

paul90 commented 8 years ago

Not sure what happened, the branches got reversed when creating the pr - see #110.