We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d650a commit f40d968Copy full SHA for f40d968
docs/pages/keyconcepts/templating/templating.rst
@@ -45,7 +45,7 @@ Currently, you can get the following data from request to the response via templ
45
+------------------------------+-----------------------------------------------------------------------+--------------------------------------------------------------+-----------------------+
46
| State | ``{{ State.basket }}`` | State Store: ``{"basket":"eggs"}`` | eggs |
47
48
-| JWT claim (string) | ``{{ jsonFromJWT '$.payload.user_id' (Request.Header.Authorization) }}`` | Header: ``Authorization: Bearer <JWT with user_id claim>`` | 7b0d170d-... (user_id)|
+| JWT claim (string) | ``{{ jsonFromJWT '$.payload.id' (Request.Header.Authorization) }}`` | Header: ``Authorization: Bearer <JWT with id claim>`` | 7b0d170d-... (id) |
49
50
51
Helper Methods
0 commit comments