This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Rob Winch
rwinch.github.io
did:plc:6tz5wo2pnhh5he7p6s7lmju6
For example this states that the user must have authenticated with a password within the last 30 minutes:
AuthorizationManagerFactories.multiFactor()
.requireFactor( (factor) -> factor
.passwordAuthority()
.validDuration(Duration.ofMinutes(30))
)
.build();
2025-10-10T21:37:27.881Z