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

fix an err in oauth midware #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix an err in oauth midware #52

wants to merge 1 commit into from

Commits on Jan 14, 2017

  1. fix an err in oauth midware

    when requesting /oauth/logout, the relevant if branch of "logoutPath" won't get reached.
    because the url will match /oauth , the if branch of "loginPath" will intercept the execution.
    xiaozhongliu authored Jan 14, 2017
    Configuration menu
    Copy the full SHA
    c129f89 View commit details
    Browse the repository at this point in the history