webauthn-spring-boot-starter icon indicating copy to clipboard operation
webauthn-spring-boot-starter copied to clipboard

Simple spring boot starter based on Yubico/java-webauthn-server

Results 12 webauthn-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

Hello, could you please add LINCENSE to your repository, so users know if they are able to use your starter and if yes, what terms of use you declare

one should decide if registering new users with webauthn should be possible or not. for this to work, at least add device for authenticated users should be active

We can customize the csrf repo to expose the token and send it from the browser: `http.csrf().csrfTokenRepository(withHttpOnlyFalse())` The fetch options should include the header with the cookie value: ```js let...