line-fido2-server icon indicating copy to clipboard operation
line-fido2-server copied to clipboard

Upgrade Spring Boot 2.7.3,Java 11 and LINE Webauthn Client support

Open kj84park opened this issue 5 months ago • 0 comments

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, fixing errors, redesigning project structure, and updating documentation.

Tasks

  • Redesigned the FIDO2 Server Project:
    • Changed module structure.
    • Deleted the Spring Boot starter app.
  • Upgraded to Spring Boot 2.7.3 with Java 11.
  • Added support for LINE Webauthn on Android/iOS:
    • Updated checkOrigin to support LINE Webauthn clients.
  • Modified embedded Redis dependency settings.
  • Fixed Docker errors.
  • Changed Cache module from Ehcache to Caffeine.
  • Updated README and License.

Result

  • These changes improve the overall functionality and maintainability of the project.

kj84park avatar Sep 19 '24 00:09 kj84park