Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
Thanks specially sir Virus-free. www.avast.com <#D

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
Thanks everyone that contributed, you guys have really shown me much love. Am so grateful . Much appreciated. 🙏🙏 Virus-free. www.avast.com

Re: Multiple websites but one authentication system

2021-08-26 Thread Christian Ledermann
I did this in the past by setting up https://github.com/jazzband/django-oauth-toolkit as an authentication server at login.my-domain.com and then connecting the other websites with https://github.com/python-social-auth/social-app-django to it On Thu, 26 Aug 2021 at 10:15, Steven Mapes wrote: >

Re: Multiple websites but one authentication system

2021-08-26 Thread Steven Mapes
You could use oauth between the projects. Look into https://django-oauth-toolkit.readthedocs.io/en/latest/ which would enable you to set up domain one as your authentication backend which the others could use On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote: > Am trying to understand

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac
Am trying to understand what you said sir but am still confuse, how will the domain2.com recognize that this person is a user ? Also how will the database schema look like ? Will the two database be connected in a way ? On Thursday, 26 August 2021 at 09:29:47 UTC+1 eugenet...@gmail.com wrote:

Re: Multiple websites but one authentication system

2021-08-26 Thread Eugene TUYIZERE
My suggestion is that you can create a single entry where after login the system redirects users to the home page containing all these domains as icons and then the user selects the one he wants. On Thu, 26 Aug 2021 at 10:18, Isaac wrote: > Am working on a company website and there will be havin