http proxy caching headers
- by David Hagan
I have a service for which I'm about to upgrade the authentication. However, I'm trying to ensure that I make the right decision about where the encryption algorithms occur. I currently have two options:
option 1) the authentication module is deployed to the client as a javascript library over https and executes client-side, so that the client…