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

Issue #129 resolution: support other external middleware #184

Merged
merged 1 commit into from
May 1, 2019

Commits on Feb 3, 2019

  1. Issue crewjam#129 resolution: support other external middleware

    Changed samlsp/middleware.go to move the request handling part of the RequireAccount method out into a separate public method attached to the middleware type which can be used as a stand alone HTTP RequestHandler. That way the Handler can be used with other middleware chains which provide their own http.Handler wrapper methods.
    exedor authored Feb 3, 2019
    Configuration menu
    Copy the full SHA
    1b3a13c View commit details
    Browse the repository at this point in the history