Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ourea/doraemon-kit

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ourea/doraemon-kit

> 注意 对vuex 的版本需要在 @3.4.0

  • 1.0.32-alpha
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Doraemon-kit

注意 对vuex 的版本需要在 @3.4.0

Oauth

oauth 文档 dictionary 文档

版本更新说明:

1.0.29 添加添加token单点登录的接口
1.0.31 验证码登录

  • 新增 UPDATE_CAPTCHA_KEY UPDATE_CAPTCHA_CODE 两个 mutation,请求头新增 Captcha-KeyCaptcha-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) 
    

Keywords

FAQs

Package last updated on 15 Jul 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc