microsoft/restler-fuzzer

Authentication documentation needs update

Offen

#163 geöffnet am 16.03.2021

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (329 Forks)auto 404
documentationhelp wanted

Repository-Metriken

Stars
 (2.929 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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)"

Contributor Guide