Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Add option for allowing unauthenticated access in Auth::Middleware #4

Closed
niho opened this issue Jan 23, 2012 · 0 comments
Closed

Add option for allowing unauthenticated access in Auth::Middleware #4

niho opened this issue Jan 23, 2012 · 0 comments
Assignees
Milestone

Comments

@niho
Copy link
Contributor

niho commented Jan 23, 2012

Allow for use-cases where a request does not need protection, but if the request is authenticated the REMOTE_USER header should be properly set by the middleware.

Can probably be easily done with a simple option, e.g.:

use Auth::Middleware, 'My realm', :allow_unauthenticated => true
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant