JWT template variables #44
Answered
by
ezekg
CodingKonsti
asked this question in
Q&A
-
Is there a possibility to get a numeric date form a template variable when creating a new license with jwt? |
Beta Was this translation helpful? Give feedback.
Answered by
ezekg
Aug 31, 2022
Replies: 1 comment
-
We don't provide numeric date template variables, dates/times are only available in ISO8601 format. The only available template variables are the ones listed here. But you can add any field to the JWT payload during license creation by providing a custom "{\"t\":1661973757}" The provided |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ezekg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't provide numeric date template variables, dates/times are only available in ISO8601 format. The only available template variables are the ones listed here.
But you can add any field to the JWT payload during license creation by providing a custom
key
attribute, e.g."{\"t\":1661973757}"
The provided
key
will be used in the JWTclaims
, instead of the default.