@roshan-labs/auth
TypeScript icon, indicating that this package has built-in type declarations

0.1.17 • Public • Published

@roshan-labs/auth

npm version npm downloads License Nuxt

Nuxt3 身份验证模块,统一处理应用中权限相关的功能

  • 📖 文档:计划中...

功能

  • 开箱即用,几乎零配置就可以完成身份验证
  • 支持本地策略:token 和 refresh 两种场景
  • API 简单,不同策略公用相同接口
  • 完备的 Typescript 类型支持
  • 只用于 Nuxt3

安装

  1. 添加 @roshan-labs/auth 依赖
# 可以使用 npm、yarn 和 pnpm 来安装
pnpm add @roshan-labs/auth
  1. 添加 @roshan-labs/authnuxt.config.tsmodules 列表
export default defineNuxtConfig({
  modules: [
    '@roshan-labs/auth',
  ],
  auth: {
    // 选项配置
  },
})

许可

MIT

Package Sidebar

Install

npm i @roshan-labs/auth

Weekly Downloads

0

Version

0.1.17

License

MIT

Unpacked Size

69.2 kB

Total Files

48

Last publish

Collaborators

  • gxmari007