danfairs / django-lazysignup

django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410 stars 89 forks source link

using lazysignup with other registration apps #37

Open pcompassion opened 11 years ago

pcompassion commented 11 years ago

Many websites need to allow user to use their existing SNS id to signup.

Since lazysignup uses form with "credentials" to convert a lazy_user to a regular user, I was wondering how people are using lazysignup and still allow oauth or openid authentication.

Has anyone worked on integrating lazysignup with oauth,openid registration apps?