mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
The Rodauth link:https://rodauth.jeremyevans.net/rdoc/files/doc/session_expiration_rdoc.html[Session Expiration] is now dynamically enabled or disabled based on the application setting. By default, this is enabled. When disabled, the `api_access_token_period` is set for 100 years. Otherwise, the `api_access_token_period` will use the default or user setting for token period. Reek was updated to ignore the repeated conditional since Rodauth doesn't allow dependencies to be injected (which would clean this up considerably). SimpleCov was disabled since there's not a great way to test this. Issue: 327 Milestone: minor