diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-16 16:07:57 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-16 16:07:57 -0400 |
commit | 961d9e6a1c7a5041d5b019581dbf08f16f29ea53 (patch) | |
tree | 115b1a218059507513135c2b8377c352a0884e34 /changes/bug-fix-logout-auth | |
parent | d77fef90375711883afb16781bcae88c65944b0c (diff) |
[bug] authenticate logout calls to api
logout calls were not being authenticated, so we were receiving 401
return code.
Diffstat (limited to 'changes/bug-fix-logout-auth')
-rw-r--r-- | changes/bug-fix-logout-auth | 1 |
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. |