@@ -15,18 +15,18 @@ main scope is to ensure a user actually has visited a page, before submitting
1515data to the webserver.
1616
1717This token can only be used for HTTP methods `POST `, `PUT ` or `PATCH `, but
18- for instance not for `GET ` request.
18+ for instance not for a `GET ` request.
1919
2020The :php: `\T YPO3\C MS\C ore\M iddleware\R equestTokenMiddleware ` resolves
2121request tokens and nonce values from a request and enhances responses with
2222a nonce value in case the underlying application issues one. Both items are
2323serialized as a `JSON Web Token (JWT) `_ hash signed with `HS256 `. Request tokens
2424use the provided nonce value during signing.
2525
26- Session cookie names involved for providing the nonce value:
26+ Session cookie names involved for providing the ` nonce `_ value depending on the request :
2727
28- * `typo3nonce_[hash] ` in case request served with plain HTTP
29- * `__Secure-typo3nonce_[hash] ` in case request served with secured HTTPS
28+ * `typo3nonce_[hash] ` - plain HTTP
29+ * `__Secure-typo3nonce_[hash] ` - secured HTTPS
3030
3131Submitting request token value to application:
3232
@@ -66,8 +66,8 @@ The sequence looks like the following:
6666 :php: `\T YPO3\C MS\C ore\C ontext\S ecurityAspect `.
6767
6868 .. versionchanged :: 13.3
69- Use the :ref: `generic-view-factory ` to create a view, previously
70- used :php: `\T YPO3\C MS\F luid\V iew\S tandaloneView ` was deprecated with
69+ :ref: `generic-view-factory ` to create a view. The previously
70+ used :php: `\T YPO3\C MS\F luid\V iew\S tandaloneView ` is deprecated with
7171 TYPO3 v13.3 and removed with TYPO3 v14.0.
7272
7373 .. literalinclude :: _CSRFlikeRequestTokenHandling/_MyController.php
0 commit comments