snerstack / sner-monorepo

sner -- slow network recon
1 stars 0 forks source link

repeated useEffect ? #95

Open bodik opened 1 month ago

bodik commented 1 month ago
pytest -x -vv tests/selenium -s | cat

tests/selenium/auth/test_login.py::test_login_webauthn  * Serving Flask app 'sner.server' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
werkzeug  * Running on http://localhost:18002 (Press CTRL+C to quit)

> frontend@1.0.1 dev
> vite --port 18082 --strictPort

  VITE v4.5.3  ready in 419 ms

  ➜  Local:   http://127.0.0.1:18082/
  ➜  Network: use --host to expose
  ➜  press h to show help
werkzeug 127.0.0.1 - - [07/Aug/2024 19:29:59] "GET /backend/auth/user/me HTTP/1.1" 401 -
werkzeug 127.0.0.1 - - [07/Aug/2024 19:29:59] "GET /frontend_config HTTP/1.1" 200 -
werkzeug 127.0.0.1 - - [07/Aug/2024 19:30:00] "POST /backend/auth/login HTTP/1.1" 200 -
werkzeug 127.0.0.1 - - [07/Aug/2024 19:30:00] "POST /backend/auth/login_webauthn_pkcro HTTP/1.1" 200 - <<<<<<<<<<<<<<<<<
sner.server 127.0.0.1 - user1 [07/Aug/2024:19:30:00 +0200] INFO auth.login webauthn
werkzeug 127.0.0.1 - - [07/Aug/2024 19:30:00] "POST /backend/auth/login_webauthn HTTP/1.1" 200 -
werkzeug 127.0.0.1 - - [07/Aug/2024 19:30:01] "POST /backend/auth/login_webauthn_pkcro HTTP/1.1" 400 - <<<<<<<<<<<<<<<<<
PASSED <<<<<<<<<<<<<<<<<<