-
Notifications
You must be signed in to change notification settings - Fork 259
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
Various improvements #67
base: master
Are you sure you want to change the base?
Conversation
- python3
added gitignore added functionality to override Client model in case you want to add extra properties
@markbaas I like it. I especially like how you took the initiative to dive in and own some of this that has been lagging behind. I just need to dig in and go through a deeper review process before I'd feel comfortable merging it in. Which leads me to my next point... Maintaining this project is quite a bit of work and it's mostly all on me and I haven't really been able to keep up. Would you be interested in helping out by becoming a maintainer? It would definitely help get this merged :) I mention it because it's clear by this PR that you know how the codebase is working and its internals and I feel like I'm a huge bottleneck to the progress of the project. Please feel free to hit me up on IRC (freenode/eculver) or via email e at eculver dot io. Thanks again and I look forward to getting at least some if not all of this merged in ASAP. |
Did you receive my mail? On 29-01-14 19:30, Evan Culver wrote:
|
I did. I just haven't had a chance to respond. Thanks for reminding me though. I'll get back to you ASAP. |
Custom |
Hey, just wanted to make note of the fact that there is an existing Django OAuth2 library named |
@peterldowns Thank you for pointing this out. I will make sure that this package provides a different name. To be honest, the PR has yet to be fully vetted, so your timing is great. @markbaas What do you think? I would be inclined to either keep it named Ultimately, I want to remove the necessity of the base Thoughts? |
@peterldowns Thanks for finding out! @eculver I believe the best approach is your last suggestion, just merge it into one app. I would like something of django in the name of the module as it is not a generic python oauth2_provider, but I cannot come up with anything else, so just go for oauth2_provider then. |
@markbaas @eculver thanks for being understanding! By the way, I've been impressed by |
This is the improvements I suggest.