summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-16 16:07:57 -0400
committerKali Kaneko <kali@leap.se>2015-09-16 16:07:57 -0400
commit961d9e6a1c7a5041d5b019581dbf08f16f29ea53 (patch)
tree115b1a218059507513135c2b8377c352a0884e34 /changes
parentd77fef90375711883afb16781bcae88c65944b0c (diff)
[bug] authenticate logout calls to api
logout calls were not being authenticated, so we were receiving 401 return code.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-fix-logout-auth1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-fix-logout-auth b/changes/bug-fix-logout-auth
new file mode 100644
index 00000000..0dc09c02
--- /dev/null
+++ b/changes/bug-fix-logout-auth
@@ -0,0 +1 @@
+- Authenticate properly logout calls to API.