microsoft/restler-fuzzer

Authentication documentation needs update

オープン

#163 opened on 2021/03/16

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Python (329 件のフォーク)auto 404
documentationhelp wanted

Repository metrics

Stars
 (2,929 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Need detailed description on how to obtain token "by external program". There is no single example how to implement this.

I tried to pass token refresh script as an argument like: restler test --no_ssl --grammar_file Compile/grammar.py --dictionary_file Compile/dict.json --token_refresh_interval 7200 --token_refresh_command "sh token.sh" but it always fails, in logs: "Exception refreshing token with cmd sh token.sh. Error: invalid syntax (, line 1)"

コントリビューターガイド