Skip to content

Adding a middleware that ensures api key authentication. #8

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Adding a middleware that ensures api key authentication. #8

wants to merge 4 commits into from

Conversation

umgelurgel
Copy link

No description provided.

Copy link
Owner

@manosim manosim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! Amazing work @umgelurgel! Really appreciate it! Let's fix the tests and ship this one! 🎉

@@ -1 +1,2 @@
Django==1.10.6
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove Django since the CI will run the tests against these versions of Django?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure - how should the version of django be specified in the requirements then? Otherwise, when working locally you need to install requirements and django.

@umgelurgel
Copy link
Author

umgelurgel commented Mar 23, 2017

@manosim why does this module need to be tested against django master branch? Is that expected t o be stable? That's the only test that's currently failing.

Also, I'd like to give credit to @emakarov for his work on the latest set of features that have been added to the PR.

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

Successfully merging this pull request may close these issues.

2 participants