Hi,
For the project I'm working on, we have a need to have temporary URLs (nginx location URI) that are changed every hour. I was wondering if this is possible to do with Openresty. The location URI would be a truncation of Hash(time() + preshared_key).
Is it possible with nginx + lua (Openresty) to do this? I've been digging through the documentation and haven't come across anything that suggests this.
Thanks,
Vincent