Files
neon/proxy/src
Folke Behrens 1e90e792d6 proxy: Add timeout to webauth confirmation wait (#9227)
```shell
$ cargo run -p proxy --bin proxy -- --auth-backend=web --webauth-confirmation-timeout=5s
```

```
$ psql -h localhost -p 4432
NOTICE:  Welcome to Neon!
Authenticate by visiting within 5s:
    http://localhost:3000/psql_session/e946900c8a9bc6e9


psql: error: connection to server at "localhost" (::1), port 4432 failed: Connection refused
	Is the server running on that host and accepting TCP/IP connections?
connection to server at "localhost" (127.0.0.1), port 4432 failed: ERROR:  Disconnected due to inactivity after 5s.
```
2024-10-02 12:10:56 +02:00
..
2024-08-27 12:00:35 +01:00
2024-09-30 20:43:45 +01:00
2024-08-27 12:00:35 +01:00
2024-08-27 12:00:35 +01:00
2024-08-27 12:00:35 +01:00
2024-07-09 18:25:49 +01:00
2024-08-27 12:00:35 +01:00
2024-08-27 12:00:35 +01:00
2024-08-27 12:00:35 +01:00
2024-08-27 12:00:35 +01:00
2024-09-30 20:43:45 +01:00
2024-08-27 12:00:35 +01:00