Rob Winch
rwinch.github.io
Rob Winch
@rwinch.github.io
Open source enthusiast; Project Lead for Spring Security
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();
October 10, 2025 at 9:37 PM
I'm really fond of how you can declare that URLs require authenticating with a password (or other mechanism) within a specified amount of time docs.spring.io/spring-secur...
October 10, 2025 at 9:36 PM
Thanks for reaching out and sorry for the delay. Can you please reach out via github.com/spring-proje...
GitHub - spring-projects/security-advisories: Report a Spring CVE
Report a Spring CVE. Contribute to spring-projects/security-advisories development by creating an account on GitHub.
github.com
May 22, 2025 at 3:11 PM
My current setup has been with ⌘+arrow to move to half of screen, ⌘+Enter for full screen, ⌥+⌘+arrow to move displays, ⌃+⌥+⌘+arrow to move spaces. This collides with navigating a text file
March 21, 2025 at 3:28 PM
That's not me. I renamed my account from robwinch.bsk.social to rwinch.github.io and do not have another account.
December 5, 2024 at 2:14 AM
Note that the Blue Sky documentation states that atprto-did must return content-type text/plain but it worked for me despite GitHub pages returning application/octet-stream

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...
.well-known/atproto-did at main · rwinch/.well-known
Contribute to rwinch/.well-known development by creating an account on GitHub.
github.com
December 4, 2024 at 8:13 PM