rnnhood

Results 2 issues of rnnhood

supose i have and auth_urls on ` /first123/seccond225/usethisroute` but the numbers 123 and 225 are unknown to me, can i use something like ``` auth_urls: - '/first([0/9]*)/seccond([0/9]*)/usethisroute, regexp' ``` ?...

suppose i have the site: site.com but it has several sub domains, like ww1, ww2, ww3, and others, so i have tree big questions first: if i have an login...