Giter Club home page Giter Club logo

Comments (3)

pennersr avatar pennersr commented on May 22, 2024

WHAT IS USERENA?
Userena is an django application that supplies your project with full account management. It handles the signup,
activation, signin etc

All of this is handled by allauth as well, so there is quite an overlap in functionality.

Having said that, the allauth account handling related to ordinary (non-social) accounts is centralized in allauth.account. It possible to introduce an abstraction here, though I am not sure that is the way to go. I prefer to keep allauth tightly integrated providing just (social) signin/signup...

I am not vary familiar with userena, but it looks to be as if it aims for something bigger than just signup/signin handling. For example:

Userena comes with an optional, chat-like, messaging system.
Permission for viewing other peoples profiles are managed by django-guardian.

So, perhaps it is an idea to turn things around and modify userena to make use of allauth?

In any case, this is beyond allauth scope for now.

from django-allauth.

Miserlou avatar Miserlou commented on May 22, 2024

That's exactly my point - I would like to see the social component of allauth abstracted from the accounts stuff so I can integrate it with userena.

Where would I begin?

from django-allauth.

pennersr avatar pennersr commented on May 22, 2024

The social components have dependencies on allauth via code (e.g. allauth.account.utils), urls and templates. You would have to catch all of these dependencies and reroute them through their counterpart in userena if that exists. It will require some serious hacking. You could start by removing allauth.account entirely, revealing these dependencies and fixing them one by one.

from django-allauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.