Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oauth_middleware #4

Closed
rench opened this issue Nov 22, 2011 · 2 comments
Closed

oauth_middleware #4

rench opened this issue Nov 22, 2011 · 2 comments

Comments

@rench
Copy link

rench commented Nov 22, 2011

oauth_middleware里面的options里面的参数callback_path 你写死了,不能传参数

options.callback_path = options.login_path + '_callback';

modify:

options.callback_path = options.callback_path || options.login_path + '_callback';

@fengmk2
Copy link
Member

fengmk2 commented Jan 14, 2012

这个callback处理应该是自动化的,有模块自己来处理就好了。有什么场景下要自己处理呢?

@fengmk2
Copy link
Member

fengmk2 commented Sep 29, 2012

请使用最新版本。

@fengmk2 fengmk2 closed this as completed Sep 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants