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.
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?
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?