We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both TokenGenerator and AdvancedTokenGenerator optionally set a token expiry timestamp based on the validity_timestamp query parameter:
TokenGenerator
AdvancedTokenGenerator
validity_timestamp
Jitsi-SAML2JWT/src/classes/TokenGenerator.class.php
Lines 55 to 58 in 5a38452
Lines 80 to 81 in 5a38452
This doesn't appear to be set as part of normal request flows, so tokens never expire by default.
The exp field should be set on based on a server-side configuration option, and not in response to user-supplied inputs.
exp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both
TokenGenerator
andAdvancedTokenGenerator
optionally set a token expiry timestamp based on thevalidity_timestamp
query parameter:Jitsi-SAML2JWT/src/classes/TokenGenerator.class.php
Lines 55 to 58 in 5a38452
Jitsi-SAML2JWT/src/classes/TokenGenerator.class.php
Lines 80 to 81 in 5a38452
This doesn't appear to be set as part of normal request flows, so tokens never expire by default.
The
exp
field should be set on based on a server-side configuration option, and not in response to user-supplied inputs.The text was updated successfully, but these errors were encountered: