Roy Li

Results 44 comments of Roy Li

![imgur-deck-built-FFQegRpaJSRaw](https://media2.giphy.com/media/FFQegRpaJSRaw/giphy.gif?cid=e1bb72ff5a9ca24c6d6862312efc15b7)

Or probably, use `app/extend/context.js` to get `AuthServer` attached on `ctx`.

I'm a little confused, then what's this for? https://github.com/Azard/egg-oauth2-server/blob/2d10b76142080b60e8fc3e0742cea25e5788111a/lib/server.js#L77 If creating a new instance every time when a request comes is a bad approach, maybe you shouldn't have made `Model`...

I found this PR https://github.com/oauthjs/node-oauth2-server/pull/462

抱歉我不理解你的问题,可以说清楚一点吗

这个节点在不在国内?是不是 TLS 证书的域名没有备案被中途阻断了。

@The-Code-Monkey Lots of services render mobile web pages based on the user-agent.

+1 `redirect_uri` doesn't have to be exactly equal to any of the `redirectUris`. Conditions listed below are acceptable on some occasions. - same origin and same pathname but different query...

Passing context to all methods also will do the trick. There are quite a lot of issues depend on this feature: #536 #336 #150