After more reading and experimenting I think I will use django-allauth. It
allows local and social auth and signup. And I was able to customize the
local signup form very easily (thanks to stackoverflow).
--
You received this message because you are subscribed to the Google Groups
"Django use
Thanks for the link. That explain's how I can inject my logic and hopefully
form into the authentication process. Still quite complicated for a
beginner.
I did some more reading and apparently I need django-registration-redux for
local registration (and stuff like password reset) and then a 2n
Hi Tobias,
Did check the pipeline logic at
python-social-oauth?
http://python-social-auth.readthedocs.org/en/latest/pipeline.html#authentication-pipeline
There is an ability to inject your custom logic into authenticating process.
And why did you decide to take B way? Or why did you reject A?
I'm trying to integrate Social Auth to my Webapp. As I have to store a lot
of additional information for each User I had two choices:
A) Create a UserProfile with a OneToOne Relationship to User
B) Overwrite the default User class by inhereting from Abstract User
Currently I chose to go with B)
4 matches
Mail list logo