npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@frozenq/quasar-app-extension-zy-auth-center

v0.1.1

Published

鉴权内容处理

Downloads

11

Readme

用法

yarn add @frozenq/quasar-app-extension-zy-auth-center
quasar ext invoke  @frozenq/zy-auth-center

用户中心

  • 权限控制 TODO:
  • 自动路由控制
  • 自动store注入
  • 自动页面生成
  • 自动路由生成(路由规范) TODO:

参数说明

login-bg,login-header-bg,login-form-bg

登录页图片参考

有默认图片,可以替换,如果替换的会取@/assets/作为根目录处理。

例如想要使用@/assets/test.png 则参数为 test.png

login-types

登录方式组合,大类区分扫码和非扫码。多选

name-pass

用户名密码登录,会搭配验证码,会采用加密登录

phone (TODO)

ding-code (TODO)

permission-type(TODO)

权限校验级别

none

无限制,路由不拦截,这种不建议添加用户中心插件

low

最低等级,仅检验token

mid

中间等级,检验token+角色

high

最高检验,检验具体路由内容+角色+token

login-crypto-key

加密登录的key,空白表示不加密

auto-login-templates

自动生成登录page(404,无权限页面,登录,快速登录)?,确定后自动生成鉴权内容,侵入store和router