-
Notifications
You must be signed in to change notification settings - Fork 144
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
Support tastypie API Key authentication #71
Comments
Yep, it will be supported when version 2.0 of swagger will be supported, I'm working on it and it should be ready "soon" (see the branch: https://github.com/johnraz/django-tastypie-swagger/tree/Unit-tests) |
I'm also interested in this support (hoping it gets into the pip version). Additionally, is there a way to denote authentication method at all in the documentation generated? It's nice they append the api key everywhere, but it would be nice to relate when it's needed to a developer. |
2 years passed, no result so far? |
+1 |
I included this package in my project and everything works fine if ones does a session authentication. But if I want to use this app with tastypie's api key authetication I fail, because I can enter only "special-key" (see screenshot)
It would be great if there would be the possibility of having the support for tastypie's authentication style (username=<>&api_key=<>)
The text was updated successfully, but these errors were encountered: