KyungJoon Park
KyungJoon Park
It would be nice to improve the current [simple test page](https://github.com/line/line-fido2-server/blob/main/rpserver/src/main/resources/templates/index.html). Any ideas are welcome in terms of web page design, functionality, scenario or etc.
In the case of the server app(FIDO2 Server), the API Guide of Spring RestDocs has already been completed. However, it does not exist for rpserver yet. The API Guide can...
The current spring boot version is 2.4.3. It may be necessary to change spring boot and related dependencies to the latest version in the future.
Java 11 or later versions may be required to use new language features.
In order to provide iOS's Apple passkey functionality, the RP must provide an apple-app-site-association page. - References ``` { "webcredentials": { "apps": [ "YOUR_APPLE_DEVELOPER_TEAM_ID.com.example.sample.Passkey" ] } } ``` [Supporting Associated...
Hello, I would like to politely ask if your test data can be used for some of our test cases (https://github.com/line/line-fido2-server). I already know it's a BSD-3 license, but I...
# What is this PR for? ## Overview or reasons This PR includes several significant updates and improvements to the project. The changes are aimed at enhancing compatibility, upgrading dependencies,...