Connect Discourse Auth with my Django user DB?

Hi ! I’m really interested in Discourse for my ecommerce platform.
It would provide a great helping section for my users.
I’ve seen that Discourse has it’s own Auth methods. I was wondering if I could modify these in order to enable logins/registers through my platform (only).

Do you think it’s a great idea to split auths for better user management ?

Thanks for your answers.

1 Like

You may try

3 Likes

Thanks for your reply. This topic is interesting. I imagine that someone already thought about Django-SSO so it shouldn’t be that hard to link Discourse with it.
I’ll keep your informed if I found my way into this.

1 Like

found this link while googling the same issue (might be of use to django devs)

1 Like

@funfake

I am currently looking for a way to integrate Django allauth and discourse. Did you manage to find a way? Please share :slight_smile:

1 Like

Did you find a way to link django auth with discourse? I’m trying to do the same thing (using dj-rest-auth with allauth and django rest framework)