flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 396 forks source link

Login tokens not returned on login as expected by calling code #71

Open jsfan opened 5 years ago

jsfan commented 5 years ago

The method verify_login() in APILogin expects a login token to be returned (1, 2 when calling fetch_logintoken(). However, fetch_logintoken() always returns None.

sagarpo commented 5 years ago

Thanks, @jsfan. I will fix this.