4.2 反向代理授权

    你可以使用反向代理服务器进行授权。启用该功能,我们可以对JUNO配置如下。

    1. curl -H "X-WEBAUTH-USER: admin" http://localhost:50000/api/users
    2. [
    3. "id":1,
    4. "name":"",
    5. "login":"admin",
    6. "isAdmin":true
    7. }
    8. ]