1. 首页
  2. 数据库
  3. 其它
  4. nestjs session:NestJS的惯用会话模块。 建立在`express session` top之上 源码

nestjs session:NestJS的惯用会话模块。 建立在`express session` top之上 源码

上传者: 2021-02-06 14:37:31上传 ZIP文件 102.42KB 热度 13次
NestJS会话 NestJS的惯用会话模块。 建立在之上 :smiling_face_with_sunglasses: 该模块通过将数据存储在之一中并通过Cookie / Set-Cookie标头将会话ID传递给客户端来实现会话。 如果要将数据直接存储在Cookie ,可以查看 。 例 注册模块: // app.module.ts import { Module } from '@nestjs/common' ; import { NestSessionOptions , SessionModule } from 'nestjs-session' ; import { ViewsCo
下载地址
用户评论