Spock12138
|
1317918fee
|
refactor: 将passkey实体类迁移到正确的包路径下
- 将PasskeyChallenge.java和UserPasskey.java从org.dromara.maxkey.passkey包迁移到org.dromara.maxkey.entity.passkey包
- 修复包声明与文件路径不匹配的问题
- 解决项目编译时找不到passkey实体类的错误
|
2025-09-11 18:02:54 +08:00 |
|
Spock12138
|
7a064e495a
|
feat: 添加Passkey WebAuthn支持模块
- 新增maxkey-starter-passkey模块,支持WebAuthn4J
- 添加Passkey相关实体类、Mapper和Service
- 配置WebAuthn依赖和JVM内存参数
- 修复CBORFactory依赖问题
|
2025-09-11 16:07:56 +08:00 |
|
shimingxy
|
9baa199c0a
|
Update build.gradle
|
2025-07-28 16:38:02 +08:00 |
|
MaxKey
|
ca90c0ba93
|
maxkey-entity & maxkey-commons 拆分
maxkey-cache
maxkey-core
maxkey-crypto
maxkey-ldap
|
2025-07-27 08:36:33 +08:00 |
|
MaxKey
|
c6224f9f9d
|
rename maxkey-core and maxkey-common
maxkey-core to maxkey-entity
maxkey-common to maxkey-commons\maxkey-common
|
2025-07-26 21:48:06 +08:00 |
|