diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-09 13:24:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-09 13:24:59 +0200 |
commit | b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d (patch) | |
tree | d76f4205727fc505a451b10268e8695b142e1edf /design-documents/007-payment.rst | |
parent | fd309549942d4074a9bb0c4f7067b3327a3f9e4d (diff) | |
download | docs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.tar.gz docs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.tar.bz2 docs-b9f10617f2e7c2ec7fe801604a7bdee8020c4c1d.zip |
better solution for back button issue
Diffstat (limited to 'design-documents/007-payment.rst')
-rw-r--r-- | design-documents/007-payment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst index d8c7f35..c897dd0 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. |