Is your feature request related to a problem? Please describe.
It would be a bit more secure if the token has a expiration time.
I saw in the code that the "create_token" code accepts an expiration but it is not used.
Describe the solution you'd like
The user gets logged out after a inactive period of time. Maybe you can configure and turn that off in the settings.
Originally created by @jannikstdl on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/566
**Is your feature request related to a problem? Please describe.**
It would be a bit more secure if the token has a expiration time.
I saw in the code that the "create_token" code accepts an expiration but it is not used.
**Describe the solution you'd like**
The user gets logged out after a inactive period of time. Maybe you can configure and turn that off in the settings.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jannikstdl on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/566
Is your feature request related to a problem? Please describe.
It would be a bit more secure if the token has a expiration time.
I saw in the code that the "create_token" code accepts an expiration but it is not used.
Describe the solution you'd like
The user gets logged out after a inactive period of time. Maybe you can configure and turn that off in the settings.