Django Tenant Schemas social auth

I’m using Django tenant schemas for a web app, Is there any documentation to use google login into particular schema. Thank you

The django-tenants docs do cover tenant-specific apps. I don’t see where using Google login for a specific tenant would be any different than using any other application specific to a single tenant.

If this is something you’ve tried and have not been successful with, it might be helpful if you provide the details and settings of what you’ve tried that isn’t working.