madhusudanbabar / k-domains

A simple module to manage multiple subdomains with just one project
https://www.npmjs.com/package/k-domains
MIT License
52 stars 8 forks source link

Subdomain still access main domain #2

Closed mlazuardy-dyned closed 3 years ago

mlazuardy-dyned commented 3 years ago

your blog subdomain still can access the root domain

example https://blog.madhusudan.live/work

madhusudanbabar commented 3 years ago

Yeah, thanks for pointing that, we can disable those routes in Auth guards, I'll implement that in future releases

madhusudanbabar commented 3 years ago

@mlazuardy-dyned actually there's misunderstanding, Those pages are intentionally shared across all subdomains, There's no cross domain site access, I'm removing those routes.