Running the LeZa Proxy
The proxy is your application security gateway providing the all-important secured access control.
What is the LeZa proxy?
How to set up the architecture of my app?
Configuring your LeZa Proxy
docker pull simplusinnov/leza-proxydocker run -e OAUTH2_CLIENT_ID=[YOUR_LEZA_CLIENT_ID] -e OAUTH2_CLIENT_SECRET=[YOUR_LEZA_CLIENT_SECRET] --net=host -it -d simplusinnov/leza-proxyLast updated