
Research
/Security News
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.
@cubetool/plugin-auth
Advanced tools
开发者工具用户认证插件,提供本地用户登录、退出功能。
可在其他插件中触发相关 events 获取用户认证信息。
login登录,使用示例:
const authPluginInstalled = ctx.emit('@cubetool/plugin-auth:login', async (getToken) => {
const token = await getToken();
});
if(!authPluginInstalled){
// 提示安装此插件或自行实现用户认证
}
logout退出登录,使用示例:
ctx.emit('@cubetool/plugin-auth:logout');
auth授权,使用示例:
ctx.emit('@cubetool/plugin-auth:auth', token);
为 @cubetool/cli 拓展以下子命令:
cubetool login登录。
cubetool logout退出。
FAQs
cube 用户认证插件
We found that @cubetool/plugin-auth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.