1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add link to @stevenleeg's twproxy

This commit is contained in:
Jermolene 2016-04-24 16:03:42 +01:00
parent eddefe3a58
commit 556e54a0f6

View File

@ -0,0 +1,16 @@
created: 20160424150055313
modified: 20160424150236151
tags: Resources
title: twproxy by Steve Gattuso
type: text/vnd.tiddlywiki
url: https://github.com/stevenleeg/twproxy
An authentication proxy for your TiddlyWiki.
{{!!url}}
<<<
One of my favorite aspects of TiddlyWiki has been that it's web-based, making it possible for me to access my wiki from everywhere (especially my phone). That being said, I'm a bit paranoid, so I was left a bit unsatisfied with the tiddlywiki server's HTTP basic auth for protecting my wiki. ~23 commits later, I've created something called twproxy that I'd like to share with you all today, as I'm hoping somebody other than myself will find it useful.
Essentially it is a simple proxy that puts your wiki behind a username, password, and optional 2-factor auth prompt. This gives you added security in addition to the ability to remember your credentials past one browsing session (I was getting sick and tired of typing my username/password in over and over using basic auth).
<<<