* Creates an instance of the session middleware
()
| 63 | * Creates an instance of the session middleware |
| 64 | */ |
| 65 | async create() { |
| 66 | const config = await defineConfig(this.#config).resolver(this.#getApp()) |
| 67 | return new SessionMiddleware(config, this.#getEmitter()) |
| 68 | } |
| 69 | } |