omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

OpenID Connect #774

Closed kakky closed 11 years ago

kakky commented 11 years ago

I was looking for a package of Django supporting OpenID Connect. But because I could not find, I tried to write based on the class of OAuth 2.0.

https://gist.github.com/kakky/6809432

Thank you for the wonderful package. I hope the acceleration of OpenID Connect support.

kakky commented 11 years ago

It seems there is no should be written here. I'll try again written in python-social-auth.

tonylampada commented 9 years ago

@kakky Did you have any luck with python-social-auth?

kakky commented 9 years ago

@onylampada Please see here. https://github.com/omab/python-social-auth/issues/300 https://github.com/omab/python-social-auth/issues/477

tonylampada commented 9 years ago

Thanks!