Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级 jwt 版本, 支持 client 扩展 等 #16

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

timandy
Copy link

@timandy timandy commented Aug 4, 2023

Description

  1. 升级 jwt 版本到 5.0 修复安全漏洞
  2. 初始化 sdk 时, 不请求 token, 懒加载
  3. 支持自定义 client, 增强扩展性
  4. 减少重复计算, 提升性能

Checklist

  • the pull request title describes what this PR does (not a vague title like Update readme.md)
  • the pull request targets the default branch of the repository (develop)
  • the code follows the established code style of the repository, such as:
    • npm run prettier:check passes
    • npm run eslint:check passes
  • tests are added for the changes I made (if any source code was modified)
  • documentation added or updated
  • I have run the project locally and verified that there are no errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant