Skip to content
New issue

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

Make JWT token_timeout configureable #625

Closed
MrTango opened this issue Oct 4, 2018 · 2 comments
Closed

Make JWT token_timeout configureable #625

MrTango opened this issue Oct 4, 2018 · 2 comments

Comments

@MrTango
Copy link
Contributor

MrTango commented Oct 4, 2018

Right now the timeout is hardcoded in the PAS plugin:

token_timeout = 60 * 60 * 12 # 12 hours

But for testing purposes and higher security needs this shoud be configureable thru the plone.registry.
This would be good to have i a future controlpanel.

@lukasgraf
Copy link
Member

lukasgraf commented Oct 8, 2018

@MrTango it already already is 😉
ZMI -> acl_users -> jwt_auth -> "Configuration" tab


jwt_token_timeout


Or do you actually mean a control panel outside the ZMI, in addition to the Plugin configuration?

@buchi
Copy link
Member

buchi commented Jun 21, 2019

The timeout is already configurable in the ZMI.

@buchi buchi closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants