@yelon/auth
Version:
Simple user authentication, support Json Web Token & Simple Token.
44 lines • 909 B
JSON
{
"name": "@yelon/auth",
"version": "19.0.2-beta.1",
"author": "yunzai-bot<yunzai-bot@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hbyunzai/yelon.git"
},
"bugs": {
"url": "https://github.com/hbyunzai/ng-yunzai/issues"
},
"homepage": "https://ng.yunzainfo.com",
"keywords": [
"angular auth",
"ng auth",
"ngx auth",
"angular jwt",
"ng jwt",
"ngx jwt",
"yelon",
"ng-yunzai",
"yunzai",
"antd",
"ng-zorro-antd"
],
"dependencies": {
"ng-zorro-antd": "^19.0.2",
"@yelon/util": "^19.0.2-beta.1",
"tslib": "^2.3.0"
},
"module": "fesm2022/auth.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/auth.mjs"
}
},
"sideEffects": false
}