From be650017d19c2d6c8d2731ff2535e71c04ed5eb6 Mon Sep 17 00:00:00 2001
From: Mike Crute <mike@crute.us>
Date: Sun, 29 Oct 2017 16:20:18 +0000
Subject: REST doesn't require cookie tracking

---
 rest/index.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/rest/index.rst b/rest/index.rst
index f43d797..e656e4b 100644
--- a/rest/index.rst
+++ b/rest/index.rst
@@ -26,10 +26,6 @@ HTTPS. Requests require a ``Content-Type`` header of ``application/json``.
 Response bodies are JSON-encoded values. Unlike the JSON v5 API there is no
 requirement for time syncronization, Blowfish cryptography, or partner logins.
 
-The API requires a cookie aware client as several cookies will be issued during
-authentication that **must** be present in every request. Failure to provide
-the cookies will result in HTTP 400 errors.
-
 .. _rest-csrf-token:
 
 CSRF Token / Cookie
-- 
cgit v1.2.3