💾 Archived View for jb55.com › ward.asia.wiki.org › friendly-security captured on 2022-01-08 at 14:07:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

Friendly Security

We explore the new security plugin api of Wiki - 0.10.0 through the creation of a 'friends' module suitable for farms were the server administrator knows and is available to help every site owner should they have login trouble.

Wiki - 0.10.0

See Sites for Friends for background.

Sites for Friends

Using secure client-side sessions to build simple and scalable Node.JS applications. post

post

Client-sessions is connect middleware that implements sessions in encrypted tamper-free cookies. npm

npm

Paul Rodwell and I pair-programmed the first draft leaving a few critical methods in place for my refinement. github

github

Clone the wiki-security-friends repo. Stub something that will build. Share it with npm link.

Local install of wiki@next into ~/node_modules. Install module with npm link. Create local config file. Launch with coffee cli.coffee.

Reports error.

I try installing with a path reference.

No change.

I start comparing installed files between security modules. Notice my index.js is empty. Fix that.

No change.

I try launching with node.

I get error messages from coffeescript. Progress?