hutschen / mv-tool-api

Measure tracking tool for the implementation of information security measures in projects
https://mv-tool.readthedocs.io
GNU Affero General Public License v3.0
2 stars 0 forks source link

Introduce a Configuration Option to Set the Expiry Time of Access Tokens #167

Closed hutschen closed 9 months ago

hutschen commented 11 months ago

To enhance the application's security, access tokens should expire after a certain period, requiring users to authenticate themselves regularly. A configuration option should be added to adjust the expiry time of these tokens. Additionally, it should be evaluated whether using JSON Web Tokens (JWT) is a suitable approach for this task.