Dynamic Subdomain like slack?

Hi. we are finishing our SaaS service and we thought would be a good idea to separate our users organizations by a dynamic subdomain like slack does. but we are not that sure if this should be handled at render level or we should use a intermediate provider that will map all the user generated subdomains to the render web service endpoint. any feedback will be apreciated!

Hi there,

If I remember correctly, Slack uses domains like customer1.slack.com, customer2.slack.com - this is easily achieved using a wildcard certificate as the domain is always slack.com - on us you would configure *.yourdomain.com as your custom domain for the service and then handle any logic related to the domain in your application code,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.