Is it possible to use JWT claim data outside of an auth rule? I would like, for example, to be able to use things like an email, which is contained in the JWT, with an addXyzzy or updateXyzzy mutation.
Although they appear to be created as variables for the purposes of the auth rule it seems like the values are only available in that scope and not elsewhere?
Or am I missing something obvious?
[Edit] For example, are they available somewhere in the context of a lambda mutation?