koa jwt 源码
@ lindorm-io / koa-jwt 用于@ lindorm-io / koa应用程序的令牌发行者中间件。 安装 npm install --save @lindorm-io/koa-jwt 对等依赖 该软件包具有以下对等依赖性: 用法 令牌发行者中间件 koaApp . addMiddleware ( tokenIssuerMiddleware ( { issuer : "https://authentication.service/" , // used for token validation issuerName : "auth" , // used to store issuer on context keystoreName : "auth" , // used to find the keystore on context } ) ) ;
用户评论