-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow securing with Basic auth #5
Comments
My gut feeling is that the frontend server should be responsible for authentication. You're deploying WSGI apps behind Apache or Nginx, aren't you? |
Not this time, I'm running gunicorn (with gevent) straight behind AWS Application Load Balancer. |
Sorry, misclick. |
What do you propose? I'm willing to accept a pull request, if it has tests and documentation. |
Not sure what you mean - I don't have a PR to send now. I'm not familiar with WSGI middleware or
That's good to know. I suggest we wait a bit and see if anyone else is interested in this... |
Mostly, what API do you think would work well for your use case? |
Ah, just something like:
And then Dozer would secure all its endpoints ( |
While you're probably not supported to run this in production or in public servers, sometimes that would be just convenient.
Securing with Basic auth wouldn't probably be too big a task, but should do the job and doesn't require a session.
Would this be viable?
The text was updated successfully, but these errors were encountered: