Time-based authentication #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enable configuration for time-based authorisation, e.g. only allow access during certain times, or expire after a defined time period.
Implement an optional array of time rules?
The ruleset should be applied in totality (rather than first-match), with a deny-first policy (deny overrides allow).
Examples:
Commited into main branch and ready for testing.
Still haven't implemented time limits though.