Tiddlywiki#220
Conversation
|
I received this comment from @EnigmaCurry via email with link to this issue, but I don't see the comment on this PR: |
|
I deleted the comment because its incorrect. I don't know how it would be possible to use the same domain at all. It would have to be separate using the new auth stuff. The benefit before of it being the same, was that way you could just copy the URL from the browser and share it. Now it will have to be different. |
|
Do you use Tiddlywiki as both private and public? |
|
That's the way its designed: an admin site that you must login to (only HTTP Basic supported) to be able to edit pages. If you don't send the auth, it reverts to a different server, one that only hosts a static public snapshot, one where editing pages has no effect. TW itself has no concept of control of who can edit pages, and so public users can still edit pages, but they don't get saved on the server, and go away if you refresh the page. |
|
Well, separate private and public domains works for me, as I'll only use it via private. |
Refactor tiddlywiki to support multiple authentication backends.
Fixes #129