AuthorizationManagerFactories.multiFactor()
.requireFactor( (factor) -> factor
.passwordAuthority()
.validDuration(Duration.ofMinutes(30))
)
.build();
AuthorizationManagerFactories.multiFactor()
.requireFactor( (factor) -> factor
.passwordAuthority()
.validDuration(Duration.ofMinutes(30))
)
.build();
This is good for me since it doesn't appear that I can change the content-type on GitHub pages docs.github.com/en/pages/get...
This is good for me since it doesn't appear that I can change the content-type on GitHub pages docs.github.com/en/pages/get...