UNPKG

@analog-tools/auth

Version:

Authentication module for AnalogJS applications

64 lines 1.5 kB
{ "name": "@analog-tools/auth", "version": "0.0.9", "description": "Authentication module for AnalogJS applications", "type": "module", "main": "./index.cjs", "module": "./index.js", "exports": { ".": "./index.js", "./angular": { "types": "./angular/index.d.ts", "default": "./angular/fesm2022/analog-tools-auth-angular.mjs" } }, "author": "Gregor Speck <gregor.speck@gmail.com>", "repository": { "type": "git", "url": "https://github.com/MrBacony/analog-tools.git" }, "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "analogjs", "auth", "authentication", "oauth", "angular", "session", "nitro", "h3", "analog-tools" ], "dependencies": { "@analog-tools/session": "^0.0.9", "@analog-tools/inject": "^0.0.9", "@analog-tools/logger": "^0.0.9" }, "peerDependencies": { "h3": "^1.15.2", "uncrypto": "^0.1.3", "@analogjs/router": "^1.16.1", "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/router": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@trpc/client": "^10.25.0", "rxjs": "^7.8.0" }, "peerDependenciesMeta": { "@analogjs/router": { "optional": true }, "@angular/core": { "optional": true }, "@angular/common": { "optional": true }, "@angular/router": { "optional": true } } }