Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@ourea/doraemon-kit
Advanced tools
注意 对vuex 的版本需要在 @3.4.0
oauth 文档 dictionary 文档
1.0.29 添加添加token单点登录的接口
1.0.31 验证码登录
UPDATE_CAPTCHA_KEY
UPDATE_CAPTCHA_CODE
两个 mutation
,请求头新增 Captcha-Key
、Captcha-Code
两个请求头信息。 // 获取到验证码 Key 后调用 UPDATE_CAPTCHA_KEY 更新 Key
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_KEY', key)
// 输入验证码后,后调用 UPDATE_CAPTCHA_CODE 更新 Code,Base64 已自动加密
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_CODE', code)
FAQs
> 注意 对vuex 的版本需要在 @3.4.0
We found that @ourea/doraemon-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.