文件名称:warden-authorize:授权针对基于管理员的会话对socket.io的访问
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-21 05:46:28
JavaScript
管理员授权 授权访问对基于会话。 安装 npm install warden-authorize 用法示例 // initialize our modules var io = require ( "socket.io" ) ( server ) , sessionStore = require ( 'sharedSessionStore' ) , WardenAuth = require ( "warden-authorize" ) ; io . use ( WardenAuth . authorize ( { key : 'user' , // *optional* (default: user) the name of the model for warden sessio
【文件预览】:
warden-authorize-master
----.gitignore(529B)
----package.json(725B)
----LICENSE(1KB)
----README.md(2KB)
----lib()
--------index.js(2KB)