P
Paul Koufalis
Guest
I fully admit that my use-case may be non-existant. What's driving it is the fact that I have one person developing REST services in PDSOE and another developing the Web UI in ExtJS. I think it will be sufficient for the WebUI code to be public but it will need to authenticate to access the REST services, which means calling a login page. Perhaps it will be sufficient to for the webUI to simply run restapp/static/auth/llogin.html. The generated token will only be for restapp/... but who cares as there will be no security on the webUI app. This is what I'm going to try first. If it does not work then I guess I'll need to deploy everything into the same webapp.
Continue reading...
Continue reading...