Skip to content
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

Added support for NGPVAN ActionID OpenID #750

Merged
merged 2 commits into from Mar 28, 2016
Merged

Added support for NGPVAN ActionID OpenID #750

merged 2 commits into from Mar 28, 2016

Conversation

nickcatal
Copy link
Contributor

Put together a full implementation of the NGPVAN ActionID OpenID backend.

They'll offer OpenID Connect soon, but supporting their version of OpenID connect could involve some significant refactoring of the OpenID Connect implementation already in python-social-auth, so starting out with the standard OpenID 1.1 implementation would probably be a good first step.

Let me know what you think.

Thanks!

@@ -24,7 +24,7 @@ class User(BaseModel):
cache = {}
_is_active = True

def __init__(self, username, email=None):
def __init__(self, username, email=None, **extra_user_fields):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added this here to better mimic what Django allows during the create_user step and thus better test USER_FIELDS

@nickcatal
Copy link
Contributor Author

@omab let me know if you have any concerns here.

I need to incorporate this into a larger open source project and would prefer to simply have pip install python-social-auth as the setup step :)

@nickcatal
Copy link
Contributor Author

@omab squashed this commit, but the addition of naver upstream causes a merge conflict (two "n" backends) you'll need to fix

FYI, this is currently live at https://public.ofaconnect.com/ if you want to check it out.

It'd be great to have this merged in so that I can change the requirements.txt file in https://github.com/ofa/connect to reference the pypi entry instead of a github fork.

@omab omab merged commit d8d7119 into omab:master Mar 28, 2016
@omab
Copy link
Owner

omab commented Mar 28, 2016

Took a couple months, but it's finally merged. Thanks!

@nickcatal
Copy link
Contributor Author

Awesome!

@omab Can you push this to PyPI?

Thanks

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.

None yet

2 participants