summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-09 13:24:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-09 13:24:59 +0200
commitb9f10617f2e7c2ec7fe801604a7bdee8020c4c1d (patch)
treed76f4205727fc505a451b10268e8695b142e1edf
parentfd309549942d4074a9bb0c4f7067b3327a3f9e4d (diff)
downloaddocs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.tar.gz
docs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.tar.bz2
docs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.zip
better solution for back button issue
-rw-r--r--design-documents/007-payment.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index d8c7f35f..c897dd0f 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -211,3 +211,7 @@ This will display an error message, as the authentication via the claim token on
``/orders/{order-ID}`` page is not valid anymore.
We could consider still allowing authentication with the claim token in this case.
+
+Proposal: generate 410 Gone in case token is provided for claimed order. For now
+in JSON, eventually possibly with a nice HTML page if respective content type is
+provided.