summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-02-14 23:40:29 +0100
committerKali Kaneko <kali@leap.se>2017-02-15 01:20:57 +0100
commitccb280703ba851265702b8a92cdedb294cc93608 (patch)
treea2fc6844b3f10707a4c04f073b3711cc7c24fed0 /docs
parented85f545a9965eb637c1544b3973e3d68e5a602c (diff)
[feature] authenticate as anonymous if no token in header
and serve / banner and robots to anon users. instead of returning 401 for all cases, I treat the unauthenticated case as a special case, and switch the service tree apart. this allows to serve a different resource tree to unauthenticated users. the new URLs are registered with the mapper. I don't really like that dependency, could be handled by twisted alone, but meh. - Resolves: #8764
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog-next.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst
index c5430b54..9d5f6297 100644
--- a/docs/changelog-next.rst
+++ b/docs/changelog-next.rst
@@ -10,6 +10,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff.
Features
~~~~~~~~
+- Refactor authentication code to use twisted credential system.
+- `#8764 <https://0xacab.org/leap/soledad/issues/8764>`_: Allow unauthenticated
+ users to retrieve the capabilties banner.
- `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234.
- New feature without related issue number.