文件名称:castle-python:Castle的Python库
文件大小:71KB
文件格式:ZIP
更新时间:2024-03-11 19:24:31
Python
适用于城堡的Python SDK 分析了Web和移动应用程序中的设备,位置和交互模式,并允许您实时阻止帐户接管攻击。 安装 pip install castle 配置 使用您的Castle API机密导入和配置库。 from castle . configuration import configuration , DEFAULT_ALLOWLIST # Same as setting it through Castle.api_secret configuration . api_secret = ':YOUR-API-SECRET' # For authenticate method you can set failover strategies: allow(default), deny, challenge, throw configuration . failover_s