happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.99k stars 1.98k forks source link

客户端访问token的问题 #565

Open firehalt opened 2 years ago

firehalt commented 2 years ago

我在配置/etc/fdfs/http.conf 设置差数http.anti_steal.check_token = true后就需要token验证。但是我们的有些业务场景是不需要token验证的。我可以根据场景来设置token验证功能吗。比如访问什么资源需要,访问什么资源不需要

happyfish100 commented 2 years ago

目前不支持,后续可以考虑支持