Commit Graph

9 Commits

Author SHA1 Message Date
xiongxiao
56a55ac5ae update 2026-03-21 15:11:47 +08:00
xiongxiao
6467e6dea8 feat: 更新 N5Proxy 以支持生成带有刷新令牌的 JWKS 令牌 2026-03-18 22:31:31 +08:00
aaedcb881b feat: 添加createHexTime和parseHexTime函数,用于处理十六进制时间字符串 2026-03-04 00:36:56 +08:00
6b5164e845 feat: 优化token刷新逻辑,支持使用访问token刷新token,增强错误处理 2026-02-21 19:35:06 +08:00
71c238f953 feat: 添加JWKS token支持,更新用户和OAuth相关逻辑 2026-02-21 06:29:11 +08:00
366a21d621 feat: add CNB login functionality and user management
- Introduced `cnb-login` route to handle user login via CNB token.
- Created `CnbServices` class for managing CNB user interactions.
- Added `findByCnbId` method in the User model to retrieve users by CNB ID.
- Updated error handling to provide more structured error messages.
- Enhanced user creation logic to handle CNB users.
- Added tests for the new CNB login functionality.
2026-02-20 23:30:53 +08:00
b1d3ca241c 优化 token 处理逻辑,统一过期时间字段命名 2026-02-03 17:09:09 +08:00
82e3392b36 优化 token 处理逻辑,统一 createCookie 调用格式,返回 token 过期时间 2026-02-02 17:02:20 +08:00
2a55f2d3ef remove mark 2025-12-04 10:31:37 +08:00