-
-
* **Node Version**:
* **Egg Version**:
* **Plugin Name**:
* **Plugin Version**:
* **Platform**:
在nodejs的http模块,可以通过httpServer.listen([port][, hostname][, backlog][, callback])进行hostname…
-
Hi, I am fresh in Node.js and Koa. I just want to build a simple API. When a user calls this API, it can call a request with user's information and server's ID to a public API to get a token and then …
-
## Summary
I hope to reproduce cookie keygrip verification for my websocket server and failed. I wonder where I can find exactly how koa-session verifies the cookie so that I can reproduce it corre…
-
1. The following is my key package
"koa": "^2.2.0",
"koa-passport": "^3.0.0",
"koa-router": "^7.0.1",
"koa-session": "^5.0.0"
2. My problem is when I use "ctx.isAuthenticated()" to check if use…
-
package.json
```
"http": "0.0.0",
"http-proxy": "1.17.0",
"http-status-codes": "1.3.0",
"http2": "3.3.7",
"https": "1.0.0",
"koa": "^2.6.2",
"koa-body": "4.0.4",
…
-
Hello, just building a restful api for an ios application, i was trying to use json web token to authenticate all my api end points...
ended up hitting a snag
``` js
// callback version
passport.use…
-
Hey, is it somehow possible to use middleware per subdomain and not per app?
-
## Type of issue
Bug
----
## My environment
* *OS version/details*: `OSX 10.14.3`
* *Node version:* `v11.11.0`
* *npm version:* `6.7.0` (run `npm --version` in your terminal)
* *Ver…
-
There is no error message when I run the code, e.g. Error: Unknown authentication strategy.... . So the code just runs with no effect.