Authorization when downloading apps #2019
-
部署方式 | How to DeployDocker (Default) 部署版本 | Version6.0.4 Git 哈希值 (长度 40)| Git Ref (40 length)反代服务 | Reverse Proxycaddy HTTPS 证书类型 | HTTPS(SSL)自签名证书 Self-signed SSL 已阅读文档 | Read the document
描述 | DescriptionI've just updated from 5.3.7 to 6.0.4 and see that everyone can download my app via ${domain}/download/releases/${number}. I see that it was marked as "fixed" here 6ae6394, and the commit is included since 6.0.0. But it doesn't seem to be working for me. Did I miss anything in configuration (actually, using the base one)? 问题日志 | Relevant log output |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
That fixes need enable channel password. |
Beta Was this translation helpful? Give feedback.
-
|
Got it. But can I ask you to add authorization for /download and /channel endpoints? This is frustrating that everybody can download the app. Setting up password doesn't seem to be the best practice since you need to share this password with a bunch of people if you have a big team. I tried adding before_action: authenticate_user! method to download controller, but it broke iOS installation. Could you please assist here? |
Beta Was this translation helpful? Give feedback.
That fixes need enable channel password.